@include('admin.cabi_rides.operations.navbar')
Edit Credit/Debit Note
Back
@csrf @method('PUT') {{-- Basic Info --}}
note_type === 'credit' ? 'checked' : '' }} required>
note_type === 'debit' ? 'checked' : '' }} required>
{{-- Customer Info --}}
{{-- Non-Taxable Checkbox --}}
is_non_taxable ? 'checked' : '' }}>
{{-- Amount & Tax Table --}}
@foreach($note->taxes as $index => $tax) @endforeach {{-- Add Tax Section inside Table --}}
Description Amount (₹)
Main Amount
Tax: {{ $tax['percent'] }}% {{ number_format($tax['amount'], 2) }}
Grand Total
{{-- Comment --}}
{{-- Attachments --}}
@if($note->attachment)

Current: View File

@endif Upload New
{{-- Submit --}}
@push('js') @endpush