@include('admin.header') @php use Illuminate\Support\Facades\Storage; @endphp
| Srno | Date & Time | User Name | Serive Category Name | Status | {{--Action | --}}
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $itm->created_at }} | {{ \App\Models\ServiceBookings::GetUserName($itm->user_id) }} | {{ \App\Models\ServiceBookings::GetServiceCatName($itm->service_id) }} | {{ $category->status }} | {{----}} |
| -- No Data Found ! -- | |||||