@extends('master.app') @section('title', 'New Debitor Entry') @section('body')
New Debitor Entry
Create a new debitor journal record
Back
@include('general.valert')
@csrf
Fill only Income OR Outgoing.
@endsection @section('pageJs') @endsection