@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body') Cash Filter @include('journals.cash.navbar') @csrf @method('get') Filter Option Filter Option By Type By Currency By Title By Date From Date* @if ($bdate == 1) @else @endif To Date* @if ($bdate == 1) @else @endif Cash Type By Types @foreach ($cashType as $row) {{ $row->title_dr }} @endforeach Currency By Currency @foreach ($currency as $row) {{ $row->title_dr }} @endforeach Title income outgoing filter @endsection @section('pageJs') @endsection