@section('title', 'STOCK ADJUSTMENT')

Stock Adjustment


@error('type') {{ $message }} @enderror
@error('contact_id') {{ $message }} @enderror
@error('from_branch_id') {{ $message }} @enderror
@error('to_branch_id') {{ $message }} @enderror
@error('from_warehouse_id') {{ $message }} @enderror
@error('to_warehouse_id') {{ $message }} @enderror
{{-- previous note
--}}
@error('ProductName') {{ $message }} @enderror
@foreach ($orderProductList as $key => $product) @endforeach
Product Code Product Name Quantity Sale Price Action
{{ $product['code'] }} {{ $product['name'] }}
@php $i=0; @endphp @foreach ($stockAdjustments as $stockAdjustment) @endforeach
Sl Date Type Contact From Branch To Branch From Warehouse To Warehouse Action
{{ ++$i }} {{ $stockAdjustment->date }} {{ $stockAdjustment->type }} @if($stockAdjustment) {{ $stockAdjustment->Contact['name'] }} @endif @if($stockAdjustment) {{ $stockAdjustment->FromBranch['name']}} @endif @if($stockAdjustment) {{ $stockAdjustment->ToBranch['name'] }} @endif @if($stockAdjustment) {{ $stockAdjustment->FromWarehouse['name'] }} @endif @if($stockAdjustment) {{ $stockAdjustment->ToWarehouse['name'] }} @endif {{-- --}}
@push('scripts') @endpush