@extends('master.app') @section('title', 'Create Cash Entry') @section('body')
New Cash Entry
Select Income or Outgoing
Back
@include('general.valert')
@csrf
Cancel
@endsection @section('pageJs') @endsection