@if($selectedOption != 'Default') @endif @forelse($its as $key => $it) @if($selectedOption != 'Default') @endif @empty @endforelse
# {{ __('Action') }} {{ __('To') }} {{ __('No') }}{{ __('Entry') }}{{ __('Date') }} {{ __('Remark') }} {{ __('Total Qty') }} {{ __('Sync') }}
{{ $key + 1 }} Detail {{ $it->whsTo->name }} {{ $it->no }}{{ $it->entry ?? '-' }}{{ $it->date }} {{ $it->comments }} {{ $it->details_sum_qty_send }} @if ($it->sync == 'N') @else @endif
# {{ __('Total Qty') }}
Total {{ number_format($totalSumQty, 0, ',', ',') }}
@livewireScripts