@extends('admin.layout.master') @section('title', 'المستخدمين') @section('content')

المستخدمين

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif @if($type == 'poet')
@if ($errors->has('poet_types')) {{ $errors->first('poet_types') }} @endif @endif
@stop