@extends('layouts.app') @section('title',($advance->exists?'Edit':'New').' Driver Advance') @section('page_title',($advance->exists?'Edit':'New').' Driver Advance') @section('content')

{{ $advance->exists?'Edit':'Record' }} Driver Advance

The posting debits the driver-advance asset and credits the selected cash or bank account.

Back
@csrf @if($advance->exists)@method('put')@endif
@endsection