@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body') Cash Report @include('journals.cash.navbar') @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif {{-- Type* --}} All Cash Type @foreach ($cashType as $row) {{ $row->title_dr }} @endforeach {{-- Currency* --}} All Currency @foreach ($currency as $row) {{ $row->title_dr }} @endforeach Show Print @endsection @section('pageJs') @endsection