On {{ $booking->status}}!
{{ $booking->booking_id}} @if ($booking->status === 'Completed')
ID Request on {{ $booking->status }}.
@elseID Request on {{ $booking->status }}, soon will get another update.
@endifService | @php $service = \App\Models\Service::find($booking->service_id); $serviceName = $service ? $service->title : 'N/A'; @endphp {{ $serviceName }} |
Subtotal | AED {{ number_format($totalPrice ?? 0, 2) }} |
Total | AED {{ number_format($totalPrice ?? 0, 2) }} |
---|