{{ $companyAddress }}
Phone: {{ $companyPhone }}
Invoice #: {{ $order->order_number }}
Date: {{ $order->created_at->format('d M, Y - h:i A') }}
{{ $order->customer_name }}
📞 {{ $order->phone }}
@if($order->shipping_address && !str_contains($order->shipping_address, 'Over The Counter POS Sale')){{ $order->formatted_address }}
@endifMETHOD: {{ str_replace('_', ' ', strtoupper($order->payment_method)) }}
TrxID: {{ $order->trx_id }}
@endif| Product Description | Qty | Unit Price | Total |
|---|---|---|---|
|
{{ $item->product->name ?? 'Product Item' }}
@if($item->warranty || ($item->product && $item->product->warranty))
🛡️ Warranty: {{ $item->warranty ?? $item->product->warranty }}
@if($item->warranty_start_date && $item->warranty_expiry_date)
(Valid: {{ \Carbon\Carbon::parse($item->warranty_start_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($item->warranty_expiry_date)->format('d M Y') }})
@endif
@endif
|
{{ $item->quantity }} | ৳{{ number_format((float)$item->price, 2) }} | ৳{{ number_format(((float)$item->price) * ((int)$item->quantity), 2) }} |
{{ $footerNote }}
Computer Generated Official PDF Receipt • Zero Radius Format