{{ __('main.stock_adjustments') }}
@foreach ($stockadjustments as $item) @endforeach
{{ __('main.date') }} {{ __('main.total_items') }} {{ __('main.actions') }}
{{ \Carbon\Carbon::parse($item->date)->format('d/m/Y') }}
{{ __('main.by') }} {{ $item->createdBy->name }}
{{ $item->total_items }} {{ __('main.items') }}
{{ __('main.view') }} {{ __('main.edit') }} {{ __('main.delete') }}
@if (count($stockadjustments) == 0) @endif