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

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}} {{--
--}} {{--
--}}
@foreach($rows as $row) @endforeach
الاسم رقم الجوال البريد الالكترونى الحالة التحكم
{{$row->name}} {{$row->mobile}} {{$row->email}} {{$row->status == 'active' ? 'مفعل' : 'غير مفعل'}} {{-- --}} {{-- --}} {{-- --}}
{{$rows->links()}}
@include('admin.controllers.footer')