@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
{{----}} {{--{{json_encode($invoicedetailsarray)}}--}} @if(sizeof($invoicedetailsarray)>0) @foreach($invoicedetailsarray as $key => $tabledata) {{----}} @if($tabledata['store_name']) @endif @if($tabledata['customer_name']) @endif @endforeach @else @endif
Created OnStore Name Customer Name No. of Store's Invoice No. of Customer's Invoice Total Amount Total Saving Percentage
{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y')}}{{$tabledata['store_name']}} / {{$tabledata['store_mobile_no']}} {{$tabledata['customer_name']}} / {{$tabledata['customer_mobile_no']}}{{$tabledata['no_of_store_invoice']}} {{$tabledata['no_of_customer_invoice']}} {{$tabledata['payable_amount']}} {{$tabledata['total_savings']}} {{($tabledata['total_savings'] / $tabledata['payable_amount'])* 100}}

No Data Available

{{--{{$datatables->links('livewire.pagination-livewire')}}--}}
{{-- @if(sizeof($datatables)>0)--}} {{--
--}} {{-- @endif--}}
@section('externaljs') @endsection