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