{{-- Author By : zulfazdliabuas@gmail.com | Date : 2026 --}} @push('styles') @endpush @push('scripts') @endpush Create Invoice Fill in customer details to create a new invoice. ← Back @csrf Select Customer (optional - auto-fill details) -- Manual Entry -- @foreach($customers as $customer) {{ $customer->name }} {{ $customer->ic_passport ? '('.$customer->ic_passport.')' : '' }} @endforeach @include('admin.requests.partials.form', ['requestItem' => null, 'sites' => $sites]) Save Cancel
Fill in customer details to create a new invoice.