{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_manage_selling_price-read'))--}} {{--Permissions--}}
@error('item_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 Supplier Brand Batch No Quantity 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['supplier_name']}} {{$tabledata['brand_name']}} {{$tabledata['batch_no']}} {{$tabledata['quantity']}} {{$tabledata['gross_value']}} {{$tabledata['gst']}} {{$tabledata['net_amount']}} {{$tabledata['return_gst']}} {{$tabledata['return_amount']}}
Total {{$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