@section('title', 'STOCK ADJUSTMENT')
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 | {{-- --}} |