@extends('master.app') @section('title', 'Cash') @section('pageCSS') @endsection @section('body') Sarafi Report {{-- Withdrow/به نام Deposit/جمع --}} @include('journals.banker.navbar') @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif {{-- 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