@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

اضاقة موظف جدبد

@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('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
@foreach(\Spatie\Permission\Models\Permission::all() as $permission)
@endforeach
@if ($errors->has('permissions')) {{ $errors->first('permissions') }} @endif
@include('admin.controllers.footer')