{{--

INVOICE DATA TABLE


@forelse ($invoiceData as $index => $row) @empty @endforelse
No Material Code Serial Number Motor Scanned Status Pump Scanned Status Capacitor Scanned Status Scanned Status Set Panel Box Supplier Panel Box Serial Number Scanned Status
{{ $index + 1 }} {{ $row['code'] ?? 'N/A' }} {{ $row['serial_number'] ?? 'N/A' }} {{ $row['motor_scanned_status'] ?? 'N/A' }} {{ $row['pump_scanned_status'] ?? 'N/A' }} {{ $row['capacitor_scanned_status'] ?? 'N/A' }} {{ $row['scanned_status_set'] ?? 'N/A' }} {{ $row['panel_box_supplier'] ?? 'N/A' }} {{ $row['panel_box_serial_number'] ?? 'N/A' }} {{ $row['scanned_status'] ?? 'N/A' }}
No data available.
--}} {{-- this is code for input box inisde the data grid --}} {{--

INVOICE DATA TABLE


@if($hasSearched)
@forelse ($invoiceData as $index => $row) @empty @endforelse
No Material Code Serial Number Motor Scanned Status Pump Scanned Status Capacitor Scanned Status Scanned Status Set Panel Box Supplier Panel Box Serial Number Scanned Status
{{ $index + 1 }} {{ $row['code'] ?? 'N/A' }} {{ $row['serial_number'] ?? 'N/A' }} {{ $row['motor_scanned_status'] ?? 'N/A' }} {{ $row['pump_scanned_status'] ?? 'N/A' }} {{ $row['capacitor_scanned_status'] ?? 'N/A' }} {{ $row['scanned_status_set'] ?? 'N/A' }} {{ $row['panel_box_supplier'] ?? 'N/A' }} {{ $row['panel_box_serial_number'] ?? 'N/A' }} {{ $row['scanned_status'] ?? 'N/A' }}
No data found for invoice number {{ $invoiceNumber }}.
@endif
--}}

INVOICE DATA TABLE


@if($hasSearched)
@forelse ($invoiceData as $index => $row) @empty @endforelse
No Material Code Serial Number Motor Scanned Status Pump Scanned Status Capacitor Scanned Status Scanned Status Set Panel Box Supplier Panel Box Serial Number Scanned Status
{{ $index + 1 }} {{ $row['code'] ?? 'N/A' }} {{ $row['serial_number'] ?? 'N/A' }} {{ $row['motor_scanned_status'] ?? 'N/A' }} {{ $row['pump_scanned_status'] ?? 'N/A' }} {{ $row['capacitor_scanned_status'] ?? 'N/A' }} {{ $row['scanned_status_set'] ?? 'N/A' }} {{ $row['panel_box_supplier'] ?? 'N/A' }} {{ $row['panel_box_serial_number'] ?? 'N/A' }} {{ $row['scanned_status'] ?? 'N/A' }}
No data found for invoice number {{ $invoiceNumber }}.
@endif