@extends('master.app') @section('title', 'Create Expense') @section('body')
New Expense
Create expense entry
Back
@include('general.valert')
@csrf
Cancel
@endsection @section('pageJs') @endsection