{{ config('app.contact_phone', '01700000000') }}
{{ config('app.address', 'āĻĸāĻžāĻāĻž, āĻŦāĻžāĻāϞāĻžāĻĻā§āĻļ') }}
{{ $invoice->customer->name }}
đ {{ $invoice->customer->phone }}
@if($invoice->customer->address)đ {{ $invoice->customer->address }}
@endifāĻ āϰā§āĻĄāĻžāϰ āύāĻ: {{ $invoice->order->order_number }}
āĻ āϰā§āĻĄāĻžāϰ āϤāĻžāϰāĻŋāĻ: {{ $invoice->order->created_at->format('d M Y') }}
@if($invoice->order->delivered_at)āĻĄā§āϞāĻŋāĻāĻžāϰāĻŋ: {{ $invoice->order->delivered_at->format('d M Y') }}
@endif| # | āĻĒāĻŖā§āϝ | āĻĒāϰāĻŋāĻŽāĻžāĻŖ | āĻāĻāĻ āĻŽā§āϞā§āϝ | āϏāĻžāĻŦāĻā§āĻāĻžāϞ |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->cylinderType->name }} ({{ $item->cylinderType->weight_kg }} āĻā§āĻāĻŋ) | {{ $item->quantity }} | ā§ŗ{{ number_format($item->unit_price, 2) }} | ā§ŗ{{ number_format($item->subtotal, 2) }} |
| āĻŽā§āĻ: | ā§ŗ{{ number_format($invoice->total_amount, 2) }} |
| āĻĒāϰāĻŋāĻļā§āϧāĻŋāϤ: | ā§ŗ{{ number_format($invoice->paid_amount, 2) }} |
| āĻŦāĻā§āϝāĻŧāĻž: | ā§ŗ{{ number_format($invoice->due_amount, 2) }} |
| āϤāĻžāϰāĻŋāĻ | āĻĒāĻĻā§āϧāϤāĻŋ | Transaction ID | āĻĒāϰāĻŋāĻŽāĻžāĻŖ |
|---|---|---|---|
| {{ $pay->paid_at->format('d M Y') }} | {{ $pay->method_label }} | {{ $pay->transaction_id ?? 'â' }} | ā§ŗ{{ number_format($pay->amount, 2) }} |
āύā§āĻ: {{ $invoice->notes }}
@endif