@forelse($its as $key => $it) @empty @endforelse
# {{ __('Action') }} {{ __('From') }} {{ __('No') }} {{ __('Date') }} {{ __('Remark') }} {{ __('Total Qty') }}
{{ $key + 1 }} {{ $it->whsFrom->name }} {{ $it->no }} {{ $it->date }} {{ $it->comments }} {{ $it->details_sum_qty }}
# {{ __('Total Qty') }}
Total {{ number_format($totalSumQty, 0, ',', ',') }}