@extends('master.app') @section('title', 'Edit Customer Advance') @section('body')
{{-- Page Header --}}

Edit Advance

Update customer prepayment information safely.
Back
@include('general.valert')
Edit Customer Advance
Modify fields and click update.
Invoice No
{{ $data->invoice_number }}
@csrf @method('put')
{{-- Invoice Number --}}
Number *
Invoice / reference number.
{{-- Date --}}
Date *
@if ($bdate == 1) @else @endif
Transaction date.
{{-- Amount --}}
Amount *
Advance amount.
{{-- Customer --}}
Customer *
Select the customer.
{{-- Title --}}
Title *
Short note about this advance.
{{-- Currency --}}
Currency *
If not default currency, exchange rate will show.
{{-- Exchange Rate --}} {{-- Cash Target --}}
Cash Target *
YES = update/create cash journal, NO = delete it.
{{-- Details --}}
Details
Optional notes.
{{-- Actions --}}
Cancel
@endsection @section('pageJs') @endsection