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