@lang('purchase::app.adjustStock')
×
*
{{ $product->unit ? $product->unit->unit_type : $product->name }}
--
@foreach ($reasons as $reason)
reason_id == $reason->id)) selected @endif> {{ mb_ucwords($reason->name) }}
@endforeach
@lang('app.add')
@if($adjustment) {!! $adjustment->description !!} @endif