@extends('master.app') @section('title', 'New Investor Journal') @section('body')
New Investor Entry
Create investor journal record
Back
@include('general.valert')
@csrf
Fill only Income OR Outgoing.
Cancel
@endsection @section('pageJs') @endsection