@if ($startDate != '')
@else
@endif
@if ($selectedWarehouse === null) @if ($resultwarehouse) @endif @endif
@forelse($stockcard as $key => $item) @endforeach
# {{ __('Toko') }} {{ __('Brand') }} {{ __('Category') }} {{ __('Size') }} {{ __('Code') }} {{ __('Barcode') }} {{ __('Name') }} {{ __('OnHand') }}
{{ $loop->iteration }} {{ $item->whs_name ?? '-' }} {{ $item->brand }} {{ $item->category }} {{ $item->size }} {{ $item->code }} {{ $item->barcode }} {{ $item->name }} {{ $item->total_qty }}
@livewireScripts