{{ $item->id }} |
{{ $item->name }} |
{{ $item->mobile }} |
{{ $item->email }} |
{{
\Carbon\Carbon::parse($item->appointment_date)->format('d/m/Y')
}}
{{ \Carbon\Carbon::parse($item->appointment_time)->format('h:i
A') }}
|
{{ $item->created_at->format('Y-m-d h:i A') }} |
@if ($item->active)
مفعل
@else
غير مفعل
@endif
|
@endforeach