@vite(['resources/sass/app.scss', 'resources/js/app.js'])
@csrf @method('PATCH')
Supplier Name
*
Select a Company
@foreach($customers as $customer)
{{ $customer->name }}
@endforeach
Contact
*
Serial Numbers:
*
@if(is_array($invoice->serial_no) && count($invoice->serial_no) > 0) @foreach($invoice->serial_no as $serial)
@endforeach @else
@endif
Add Another Serial Number
Model Numbers:
*
@if(is_array($invoice->model_no) && count($invoice->model_no) > 0) @foreach($invoice->model_no as $model)
@endforeach @else
@endif
Add Another Model Number
Quantity
*
Warranty Period
*
Invoice Date
*
Warranty End Date
*
Status
*
Edit Item