{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
@error('barcode') {{ $message }} @enderror
@error('item_id') {{ $message }} @enderror
@if(sizeof($itemarray)>0) @foreach($itemarray as $tabledata) @endforeach @else @endif
Status Invoice No Invoice Date Item Brand Dimension Batch No Available Qty Actions
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['getpurchase']['purchase_invoice_no']}} {{$tabledata['getpurchase']['purchase_invioce_date']}} {{$tabledata['item_name']}} {{$tabledata['brand_name']}} {{$tabledata['dimension_name']}} {{$tabledata['batch_no']}} {{$tabledata['balance_quantity']}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-update')) @endif

No Data Available

Stock Adjustment Details

@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Status Adjustment No Adjustment Date Type Item Brand Dimension Damaged Qty
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['adj_no']}} {{$tabledata['damagestock_date']}} {{$tabledata['adj_type']}} {{$tabledata['item_name']}} {{$tabledata['brand_name']}} {{$tabledata['dimension_name']}} {{$tabledata['damage_qty']}}

No Data Available

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

Sorry !!! Unauthorized Access.

@endif @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection