@forelse($its as $key => $it) @if ($selectedOption != 'Default') @endif @empty @endforelse
# {{ __('Aksi') }} {{ __('Ke') }} {{ __('No') }} {{ __('Tanggal') }} {{ __('Catatan') }} {{ __('Total Qty') }} {{ __('#') }}
{{ $key + 1 }} Detail {{ $it->whsTo->name }} {{ $it->no }}{{ $it->entry ?? '-' }}{{ $it->date }} {{ $it->comments }} {{ $it->details_sum_qty_send }}
# {{ __('Total Qty') }}
Total {{ number_format($totalSumQty, 0, ',', ',') }}
@livewireScripts