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

{{ getTitleInPage() }} - @if($CashBookFYMM->effective_date == '') Add @else Edit @endif

@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - @if($CashBookFYMM->effective_date == '') Add @else Edit @endif
@if(checkPermissionOnWeb('CashBookFymm','list') > 0) @else @endif @if($adminRoleslug == 'ho-owner') @else @endif
@if($CashBookFYMM->is_approve_opening_balance == 1) @else @if($is_parent_sub == 1) @elseif($is_parent_sub == 2) @endif @endif
@if(count($accountAssignmentDop) == 1) @if(!empty($openingBalanceRequestData) && $openingBalanceRequestData->reason_list_id != null) @else @foreach($accountAssignmentDop as $key => $val) @endforeach @endif @else
@endif
@if($CashBookFYMM->auto_sweep == 1) @if($CashBookFYMM->is_approve_opening_balance == 1) {{ getCurrencySymbol($CashBookFYMM->currency_id) }}{{ $CashBookFYMM->CB_at_start_FY_mm }} @else @endif @else @if($CashBookFYMM->is_approve_opening_balance == 1) {{ getCurrencySymbol($CashBookFYMM->currency_id) }}{{ $CashBookFYMM->CB_at_start_FY_mm }} @else @endif @endif
@if($CashBookFYMM->is_approve_opening_balance != 1) invoice_file == null) required="" @endif/> @endif @if($CashBookFYMM->invoice_file == null) @else View Document @endif
@if(count($openingBalanceRequestData) > 0 && isset($openingBalanceRequestData->remark) && $openingBalanceRequestData->remark != null)

{{ getMerchantTransactionStatusName($openingBalanceRequestData->status) }}

@endif
@if($CashBookFYMM->is_approve_opening_balance != 1) @endif @if(checkPermissionOnWeb('CashBookFymm','list') > 0) Cancel @else Cancel @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection