@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($dataHeadGroup) > 0) @foreach($dataHeadGroup as $key => $val) @if(count($val['heads']) > 0) @foreach($val['heads'] as $h => $hed) @endforeach @endif @endforeach @endif
{{ $getHo->receipt_number_prefix }}-CASH BOOKS (GROUPS))
Indirect Expenses
Group Summary
1-{{ getMonthName($from_month) }}-{{$fiscalY[0]}} to {{$lastdate}}-{{ getMonthName($to_month) }}-{{$fiscalY[1]}}
Particulars Closing Balance
Debit Credit
{{ $val['group_name'] }} @if($val['group_dr_total'] > 0) @else @endif @if($val['group_cr_total'] > 0) @else @endif
{{ $val['group_dr_total'] }}{{ $val['group_cr_total'] }}
{{ $hed['head_name'] }} @if($hed['totalHeadDR'] > 0) @else @endif @if($hed['totalHeadCR'] > 0) @else @endif
{{ $hed['totalHeadDR'] }}{{ $hed['totalHeadCR'] }}
Grand Total
{{ $grandDrTotal }} {{ $grandCrTotal }}
@endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection