@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')
الموظفين
@csrf
إنشاء جديد
كل الموظفين
فعال
غير فعال
@foreach($rows as $row) @endforeach
الاسم
رقم الجوال
البريد الالكترونى
العنوان
الحالة
التحكم
خيارات
حذف الحساب
{{$row->name}}
{{$row->mobile}}
{{$row->email}}
{{$row->city . ' - '.$row->area}}
{{$row->status == 'active' ? 'مفعل' : 'غير مفعل'}}
{{--
حذف--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
حذف العنصر
--}} {{--
×--}} {{--
--}} {{--
--}} {{--
--}} {{--
هل تريد الحذف ؟
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
تعديل
{{$rows->links()}}
@foreach($active_rows as $active_row) @endforeach
الاسم
رقم الجوال
البريد الالكترونى
العنوان
التحكم
خيارات
حذف الحساب
الغاء تفعيل الحساب
{{$active_row->name}}
{{$active_row->mobile}}
{{$active_row->email}}
{{$active_row->city . ' - '.$active_row->area}}
{{--
حذف--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
حذف العنصر
--}} {{--
×--}} {{--
--}} {{--
--}} {{--
--}} {{--
هل تريد الحذف ؟
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
تعديل
{{$active_rows->links()}}
@foreach($not_active_rows as $not_active_row) @endforeach
الاسم
رقم الجوال
البريد الالكترونى
العنوان
التحكم
خيارات
حذف الحساب
تفعيل الحساب
{{$not_active_row->name}}
{{$not_active_row->mobile}}
{{$not_active_row->email}}
{{$not_active_row->city . ' - '.$not_active_row->area}}
{{--
حذف--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
حذف العنصر
--}} {{--
×--}} {{--
--}} {{--
--}} {{--
--}} {{--
هل تريد الحذف ؟
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
تعديل
{{$not_active_rows->links()}}
@section('script') @endsection @include('admin.controllers.footer')