{{--
{{-- A good traveler has no fixed plans and is not intent upon arriving. --}0} {{ __('New Expense') }} {{ __('Create a new expense.') }}
{{ __('Expense Item') }} * {{--
--}0} {{--
--}0}
{{ __('Date of Payment') }} *
{{ __('Amount') }} *
{{ __('Narration') }} *
@script @endscript
@if ($amount) {{ number_format(round($amount, 2), 2) }} @endif {{ __('Save') }} {{ __('Cancel') }}
--}}
{{ __('New Expense Voucher') }} {{ __('Create new expenses under a single voucher.') }}
{{ __('Date of Payment') }} *

Added Expenses

@foreach ($expenses as $index => $expense) @endforeach
{{ __('Expense Item') }} {{ __('Amount') }} {{ __('Narration') }}
{{ \App\Models\FinancialExpenseCategoryItem::find($expense['category_id'])->name }} {{ number_format($expense['amount'], 2) }} {{ $expense['description'] }}
@if (!@empty($expenses)) Save All Expenses @endif Cancel
{{-- ================================== --}}
{{ __('Add Expense Item') }} {{ __('Add new expense item to the voucher.') }}
{{ __('Expense Item') }} *
{{ __('Amount') }} *
{{ __('Narration') }} *
@script @endscript
+ Add Expense