{{ $booking->id }} |
@foreach($booking->services as $service)
{{ $service->getTranslations('name')['en'] }},
@endforeach
|
{{ $booking->phone_number }} |
{{ $booking->full_name }} |
{{ $booking->email }} |
{{ $booking->area }} |
{{ $booking->block }} |
{{ $booking->street }} |
{{ $booking->avenue }} |
{{ $booking->house }} |
{{ $booking->floor }} |
{{ $booking->additional_detail }} |
{{ $booking->payment_method }} |
{{ $booking->place_date }} |
{{ $booking->time }} |
{{ $booking->status }} |
{{ $booking->total_amount }} |
{{ $booking->created_at }} |
@endforeach