@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body') Sarafi Report {{-- Withdrow/به نام Deposit/جمع --}} @include('journals.banker.navbar') From Date* To Date* Banker/Saraf* All Bankers/Sarafs @foreach ($bankers as $row) {{ $row->name }} @endforeach Currency* All Currency @foreach ($currency as $row) {{ $row->title_dr }} @endforeach Show Print @include('journals.banker.income-modal') @include('journals.banker.outgoing-model') @endsection @section('pageJs') @endsection