{{ $shop_infos->shop_name }}
{{ $shop_infos->business_type }}
{{ $shop_infos->address }}
List of Customer
| Sl | Name | Address | Mobile | Shop Name | Purchased | Discount | Paid | Due | Return Amount |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $item->name }} | {{ $item->address }} | {{ $item->phone }} | {{ $item->shopname }} | {{ $item->total_amount }} | {{ $item->total_amount - $item->paid - $item->due }} | {{ $item->paid }} | {{ $item->due }} | {{ $item->return_amount }} |