@extends('layouts.base') @section('title', 'Invois') @section('content')
Kepada:
{{ $booking->user->name }}
{{ $booking->address->address_line1 }}
{{ $booking->address->address_line2 }}
{{ $booking->address->postcode }} {{ $booking->address->city }}
Tarikh Invoice:
{{ $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) }} |
Jumlah Keseluruhan
RM {{ number_format($booking->total_payment, 2) }}