@extends('master.app') @section('title', 'New Investor Journal') @section('body') New Investor Entry Create investor journal record Back @include('general.valert') @csrf Title Income Fill only Income OR Outgoing. Outgoing Choose Investor @foreach($investors as $i) id)>{{ $i->name }} @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