@extends('master.app') @section('title', 'Create Expense') @section('body') New Expense Create expense entry Back @include('general.valert') @csrf Title Amount Choose Type @foreach($types as $t) id)>{{ $t->title_en ?? $t->title_ps }} @endforeach Choose Currency @foreach($currencies as $c) id)>{{ $c->title_en ?? $c->title_ps }} @endforeach Exchange Rate Date No Cash Target Yes (Post to Cash Journal) {{ old('details') }} Details Save Cancel @endsection @section('pageJs') @endsection