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

{{ getTitleInPage() }} ({{ checkHOParentSubBranch($CashBookFYMM->id)}} Branch) - Edit


@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() }} - Edit
@if(checkPermissionOnWeb('CashBookFymm','list') > 0) @else @endif @if(!empty($openingBalanceRequestData) && $openingBalanceRequestData->reason_list_id != null) @endif
@if($CashBookFYMM->is_approve_opening_balance == 1) @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
is_cash_in_hand_limit == 1)?'checked':'' }}>
display_net_balance == 1)?'checked':'' }} >
@if($CashBookFYMM->invoice_file == null) No Document @else View Document @endif
@if(!empty($openingBalanceRequestData) && isset($openingBalanceRequestData->remark_maker) && $openingBalanceRequestData->remark_maker != '')
@endif
@if(checkCheackerUser(Auth::user()->admin_role_id,Auth::user()->id) == 1)
@if($CashBookFYMM->is_approve_opening_balance == 1) @else is_approve_opening_balance == 1)?'checked':'' }} > @endif
@endif
@if($CashBookFYMM->invoice_file != null) @endif @if(checkPermissionOnWeb('CashBookFymm','list') > 0) Cancel @else Cancel @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection