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

{{ getTitleInPage() }}

@if(!getMechantIds()) @if(count($enterprise) > 0)
@endif
@else @endif

@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if($ho_id > 0)
{{ getTitleInPage() }}
@if(count($MerchantCashIo) > 0) @foreach($MerchantCashIo as $key => $val) @endforeach @endif
{{ $getHo->receipt_number_prefix }}-{{ $getHo->ashram_id }} {{ $getHo->name }}-CASH BOOKS (GROUPS)
Cash-in-hand
Group Summary
1-{{ getMonthName($from_month) }} to {{$lastdate}}-{{ getMonthName($to_month) }}
Particulars Closing Balance
Debit Credit
{{ $val->ashram_id }} Cash {{ $val->full_address }} {{ getCityName($val->city_id) }} {{ getStateName($val->state_id) }} {{ getCountryName($val->country_id) }}
{{ $val->Closing_cash_balance_sys }}
Grand Total
{{ $grandTotal }}
@endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection