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

{{ $expense->exists?'Edit':'Record' }} Expense

Recoverable and non-recoverable VAT are posted to separate accounts.

Back
@csrf @if($expense->exists)@method('put')@endif
@endsection @push('scripts')@endpush