@if($siteSettings && $siteSettings->logo)
@endif
@if($siteSettings && $siteSettings->logo) @endif

{{ $siteSettings->company_name }}

{{ $siteSettings->address }}

Helpline: {{ $siteSettings->contact_no }}

Email: {{ $siteSettings->email }}

Web: www.srpzbd.com

INVOICE

customer-info:

Customer Name: {{ $order->customer_name }}

Address: {{ $order->address_1 }}, {{ $order->district->name ?? '' }}

Mobile: {{ $order->phone_1 }}

Email: {{ $order->email ?? 'N/A' }}

Order ID: #{{ $order->order_number }}

Date: {{ $order->created_at->format('d M, Y') }}

Payment: {{ strtoupper($order->payment_method) }}

Status: {{ strtoupper($order->status) }}

PRODUCT NAME MODEL SERIAL (S/N) PRICE QTY TOTAL
{{ $order->product_name }} {{ $order->product_model ?? 'N/A' }} {{ $order->serial_number ?? 'N/A' }} BDT {{ number_format($order->price, 2) }} {{ $order->quantity }} BDT {{ number_format($order->price * $order->quantity, 2) }}
Subtotal: BDT {{ number_format($order->price * $order->quantity, 2) }}
Delivery Charge: BDT {{ number_format($order->delivery_charge, 2) }}
Grand Total: BDT {{ number_format($order->total_amount, 2) }}