@extends('master.app') @section('title', 'Create Cash Entry') @section('body') New Cash Entry Select Income or Outgoing Back @include('general.valert') @csrf Title Select Flow Income Outgoing Amount Choose Type @foreach ($cashTypes 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 {{ old('details') }} Details Save Cancel @endsection @section('pageJs') @endsection