{{ $shop_infos->shop_name }}

{{ $shop_infos->business_type }}

{{ $shop_infos->address }}

List of Customer

Report Time: {{ now()->format('d-m-Y H:i:s') }} @foreach($customers as $key=> $item) @endforeach
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 }}