{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_manage_selling_price-read')) --}}{{--Permissions--}}{{-- --}}
@if(sizeof($invoicedetailsarray)>0) @foreach($invoicedetailsarray as $key => $tabledata) @endforeach @else @endif
Created On Item Brand Dimension Batch No Invoice No Invoice Date Total Quantity Rate MRP Margin % Discount Rate Discount Amount
{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y h:m:i')}} {{$tabledata['item_name']}} {{$tabledata['brand_name']}} {{$tabledata['dimension_name']}} {{$tabledata['batch_no']}} {{$tabledata['purchase_invoice_no']}} {{$tabledata['purchase_invioce_date']}} {{$tabledata['quantity']}} {{$tabledata['selling_discount_rate']}} {{$tabledata['selling_discount_amount']}} {{$tabledata['margin_percentage']}} {{$tabledata['selling_discount_rate']}} {{$tabledata['selling_discount_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