الاسم
@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('city'))
{{ $errors->first('city') }}
@endif
المنطقه
@if ($errors->has('area'))
{{ $errors->first('area') }}
@endif
كلمة المرور
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
الحالة
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('permissions'))
{{ $errors->first('permissions') }}
@endif