@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
  • {{ $CashBookApproved }} Approved
  • {{ $CashBookNotApprove }} Not Approved
  • {{ $NotEntryData }} Not Entered
  • {{ $CashBookTotal }} All
@if($is_checker == 1) @if(count($enterprise) > 0)
@endif
@endif
@foreach($data as $datas) @endforeach
No. Branch Name Contact Name Contact Number Fiscal Year Effective Date Start Month Opening Balance Approve Opening Balance Actions
{{ $i }} {{ $datas->receipt_number_prefix }}-{{ $datas->ashram_id }}-{{ $datas->name }} @if($datas->created_user_id > 0 && !empty(getUserDetailsInfo($datas->created_user_id)->title) && !empty(getUserDetailsInfo($datas->created_user_id)->name)) {{ getMerchantTitle(getUserDetailsInfo($datas->created_user_id)->title) }} {{ getUserDetailsInfo($datas->created_user_id)->name }} @endif @if($datas->created_user_id > 0 && !empty(getUserDetailsInfo($datas->created_user_id)->phone)) {{ getUserDetailsInfo($datas->created_user_id)->phone }} @endif {{ $datas->CB_Start_FY }} {{ changeDateFormate($datas->effective_date) }} @if($datas->effective_date != null) {{ getMonthName($datas->CB_Start_month) }} @endif @if(!empty($datas->CB_at_start_FY_mm)) {{ $datas->CB_at_start_FY_mm }} @else 0.00 @endif {{ ($datas->is_approve_opening_balance == 0 )? 'No':'Yes'}} @if($datas->effective_date != null) @endif @if($datas->created_user_id > 0 && $is_checker == 1) @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection