{{ __('main.stock_adjustment_details') }}

{{ $firm_name }}

{{ $stockadjust->createdBy->name ?? '' }}

@if ($tax != '')

{{ __('main.tax') }}: {{ $tax }}

@endif
{{ __('main.date') }}: {{ \Carbon\Carbon::parse($stockadjust->date)->format('d/m/Y') }}
{{ __('main.by') }} {{ $stockadjust->createdBy->name }}
@foreach ($stockadjust->items as $item) @endforeach
# {{ __('main.materials') }} {{ __('main.qty') }} {{ __('main.action_in_stock') }}
{{ $loop->index + 1 }}
{{ $item->material_name }}
{{ $item->quantity }} {{ getUnitType($item->unit) }} {{ $item->type == 1 ? __('main.deduction') : __('main.addition') }}