{{--{{json_encode($invoicedetailsarray)}}--}}
@if(sizeof($invoicedetailsarray)>0)
@foreach($invoicedetailsarray as $key => $tabledata)
{{--{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y')}} | --}}
@if($tabledata['store_name'])
{{$tabledata['store_name']}} / {{$tabledata['store_mobile_no']}} |
|
@endif
@if($tabledata['customer_name'])
|
{{$tabledata['customer_name']}} / {{$tabledata['customer_mobile_no']}} |
@endif
{{$tabledata['no_of_store_invoice']}} |
{{$tabledata['no_of_customer_invoice']}} |
{{$tabledata['payable_amount']}} |
{{$tabledata['total_savings']}} |
{{($tabledata['total_savings'] / $tabledata['payable_amount'])* 100}} |
@endforeach
@else
No Data Available |
@endif