Yusof Abdullah
--}} Yusof AbdullahKepada:
{{ $booking->user->name }}
{{ $booking->address->address_line1 }}
{{ $booking->address->address_line2 }}
{{ $booking->address->postcode }} {{ $booking->address->city }}
Tarikh Invois:
{{$invoice->created_at->format('d/m/Y')}}
No. Invois:
#{{$invoice->id}}
# | Skop kerja | Kuantiti | Harga seunit | Jumlah |
---|---|---|---|---|
{{ $index + 1 }} | {{ $item['scope_of_work'] }} | {{ $item['quantity'] }} | RM {{ number_format($item['unit_price'], 2) }} | RM {{ number_format($item['total_price'], 2) }} |
Tiada item sebut harga tersedia. |
Jumlah Keseluruhan
RM {{ number_format($booking->total_payment, 2) }}