@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }}


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} List
Date with Formate of (dd-mm-yy)
@if(!getMechantIds())

@endif @if(Auth::user()->admin_role_id == 1)
@else @if(getMechantIds() && count(getMechantIds()) == 1)
@else
@endif @endif

Cancel
@if(!empty($merchantCashIoObj))
Show Result

Opening Cash Balance : @if(!empty($merchantCashIoObj)) {{ $merchantCashIoObj->Opening_cash_balance_Sys }} @endif

Closing Cash Balance : @if(!empty($merchantCashIoObj)) {{ $merchantCashIoObj->Closing_cash_balance_sys }} @endif

Current Balance : @if(!empty($merchantCashIoObj)) {{ $merchantCashIoObj->cash_balance }} @endif

@elseif($merchant_id != "" && $monthly != "")
No Result

No data found

@endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection