{{--@if($serverstatus)--}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Status Item Dimension Barcode Price MRP Actions
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['item_info']['item_name']}} {{$tabledata['dimension_info']['dimension_name']}} {{$tabledata['barcode']}} {{$tabledata['retail_mrp']}} {{$tabledata['mrp']}} {{----}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access.

@endif {{--@else

Sorry !!! Service Is Not Available.

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