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