{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_manage_selling_price-read'))--}}
@error('supplier_id') {{ $message }} @enderror
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@if(sizeof($invoicedetailsarray)>0) @foreach($invoicedetailsarray as $key => $tabledata) @endforeach @else @endif
Created On Invoice Date Invoice No No. Of Item Gross Value GST Net Amount Return GST Return Amount
{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata['purchase_invioce_date'])->format('d-M-Y')}} {{$tabledata['purchase_invoice_no']}} {{$tabledata['no_of_items']}} {{$tabledata['gross_value']}} {{$tabledata['gst']}} {{$tabledata['net_amount']}} {{$tabledata['return_gst']}} {{$tabledata['return_amount']}}
Total {{$no_of_invoice}} {{$no_of_items}} {{$total_gross_values}} {{$total_gst}} {{$total_net_amount}} {{$total_return_gst}} {{$total_return_amount}}

No Data Available

{{--{{$datatables->links('livewire.pagination-livewire')}}--}}
@if(sizeof($invoicedetailsarray)>0)
@endif
{{--@else

Sorry !!! Unauthorized Access.

@endif @else

Sorry !!! Service Is Not Available.

@endif --}} @section('externaljs') @endsection