@extends('admin.layout.master') @section('title', 'ADJUSTMENT') @section('content')

Edit Adjustment

@method('PUT') @csrf
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
{{-- end --}}
@if (warehouse_info()->use_expiry == 1) @endif @php($i = 0) @forelse ($invoice->transaction as $item) @if (warehouse_info()->use_expiry == 1) @if ($invoice->transaction_type == 5) @if ($item->product->expiarable_product == 1) @else @endif @else @if ($item->product->expiarable_product == 1)
# Products DescExpiry DateImg Qty Avail Qty ACTION
{{ $i }}
{{-- --}}