DailyShop

Purchases Details
@foreach ($pdfData as $data) @endforeach
Product Name Quantity Price Total Price
{{ $data->product_name }} {{ $data->quantity }} {{ $data->price }} BDT {{ $data->total_price }} BDT
Buyer Details Date & Schedule Amount Details
Name:{{ $pdfData[0]->customer_name }}
Email:{{ $pdfData[0]->customer_email }}
Phone: {{ $pdfData[0]->customer_mobile }}
{{-- Address:West Panthapath, Dhanmondi --}}
{{ $date }}
Sub Total:{{ $pdfData[0]->subtotal }} BDT
Due: {{ $pdfData[0]->due }} BDT
Payment Method: {{ $pdfData[0]->payment_method }}