@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body')
Filter
@include('journals.expense.navbar')
@csrf @method('GET')
@include('journals.expense.expense_modal') @endsection @section('pageJs') @endsection