@include('admin.components.msg')
| Name / ID |
Credentials |
Status |
Uploaded on |
Actions |
@foreach($bookings as $key=>$booking)
|
{{$booking->name}} / #{{$booking->id}}
{{-- {{$booking->message ? Str::limit($contact->message, 20) : ''}} --}}
|
{{$booking->email}}
{{$booking->number}}
|
|
{{date("F j, Y", strtotime($booking->created_at))}} |
|
{{--
| --}}
@endforeach
{{--
|
|
New
|
11/06/2023 10:53 |
In Progress
|
|
|
|
Sent
|
11/06/2023 10:53 |
Completed
|
|
|
|
Returning
|
11/06/2023 10:53 |
Not Interested
|
|
|
|
Sent
|
11/06/2023 10:53 |
Completed
|
|
--}}