Invoice Details
{{ html()->label('Company')->class('form-label') }} {{ html()->select('company_id', $companyList)->class('form-control')->placeholder('Select Company')->required() }} {{ html()->div('Please select company')->class('invalid-feedback') }}
{{ html()->label('Invoice No.')->class('form-label') }} {{ html()->text('invoice_no')->class('form-control')->placeholder('Enter Invoice No')->attributes(['id' => 'cleave-prefix']) }}
{{ html()->label('VAT No.')->class('form-label') }} {{ html()->text('vat_no')->class('form-control')->placeholder('Enter VAT No') }}
{{ html()->label('Sales Date')->class('form-label') }} {{ html()->date('sale_date')->class('form-control')->placeholder('Choose Sales Date')->required() }} {{ html()->div('Please choose invoice date')->class('invalid-feedback') }}
{{ html()->label('Bill Issue Date')->class('form-label') }} {{ html()->date('isse_date')->class('form-control')->placeholder('Choose Bill Issue Date')->required() }} {{ html()->div('Please choose invoice date')->class('invalid-feedback') }}
Buyer Details
{{ html()->label('Buyer')->class('form-label') }} {{ html()->select('buyer_id', $employeeList)->class('form-control')->placeholder('Select Buyer') }}
{{ html()->label('Address No.')->class('form-label') }} {{ html()->text('buyer_address')->class('form-control')->placeholder('Enter Address') }}
{{ html()->label('VAT No.')->class('form-label') }} {{ html()->text('vat_no')->class('form-control')->placeholder('Enter Buyer VAT No') }}
{{ html()->label('Contact No')->class('form-label') }} {{ html()->date('sale_date')->class('form-control')->placeholder('Enter Contact No') }}
{{ html()->label('Mode of Payment')->class('form-label') }} {{ html()->select('buyer_id', [1 => 'Cash', 2 => 'Bank', 3 => 'Credit'])->class('form-control')->placeholder('Select Payment Mode') }}
{{--

Shipping Details

{{ html()->label('Address')->class('form-label') }} {{ html()->text('address')->class('form-control')->placeholder('Enter Address') }}
{{ html()->label('Shipping Date')->class('form-label') }} {{ html()->date('shiiping_date')->class('form-control')->placeholder('Enter Temporary Address') }}
--}}
@include('taxation::invoice.clone-product')
Sub Total
Estimated Tax (11%)
Discount
Total Amount
@push('js') @endpush