@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body') Filter @include('journals.investors.navbar') @csrf @method('GET') Filter Option Filter Option By Investors By Currency By Title By income By outgoing By Date From Date* To Date* Investors By Investors @foreach ($investors as $row) {{ $row->name }} @endforeach Currency By Currency @foreach ($currency as $row) {{ $row->title_en }} @endforeach Title income outgoing filter @endsection @section('pageJs') @endsection