@lang('purchase::app.addInventory')
*
--
@foreach ($reasons as $reason)
{{ mb_ucwords($reason->name) }}
@endforeach
@lang('app.add')
{{ __('app.select') . ' ' . __('app.product') . ' ' . __('app.category') }}
@foreach ($categories as $category)
{{ $category->category_name }}
@endforeach
{{ __('app.select') . ' ' . __('app.product') }}
@foreach ($products as $item)
{{ $item->name }}
@endforeach
@lang('messages.addItem')
@lang('app.save')
@lang('app.saveDraft')
@lang('app.cancel')