{{--@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 Minimum Quantity Available Stock
{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y h:m:i')}} {{$tabledata['item_name']}} {{$tabledata['brand_name']}} {{$tabledata['dimension_name']}} {{$tabledata['minimum_quantity']}} {{$tabledata['balance_quantity']}}

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