{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
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
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 |