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

{{ getTitleInPage() }} ({{ checkHOParentSubBranch($Merchant->id)}} Branch) - View


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} ({{ checkHOParentSubBranch($Merchant->id)}} Branch) - View
@if($Merchant->created_user_id > 0 && checkCheackerUser(Auth::user()->admin_role_id,Auth::user()->id) == 1) @endif
@if($parent_branch != '') @endif

{{ $transaction_type->name }}

{{ $lable_amount }} : {{ $order->amount }}
Fiscal Year : {{ $fiscal_year }}
{{ $lable_date }} : {{ changeDateFormate($date) }}
Branch Incharge : {{ $Merchant->office_branch_incharge }}
Parent Branch : {{ $parent_branch }}
Dr A/c Head : {{ $dr_account_head_name }}
Cr A/c Head : {{ $cr_account_head_name }}
Payment Mode : {{ getPaymentModeName($payment_mode) }}
@if($Merchant->created_user_id > 0) @else @endif
Rahebar: {{ getRahabarName($Merchant->rahebar_id) }}
Contact Name: {{ getMerchantTitle(getUserDetailsInfo($Merchant->created_user_id)->title) }} {{ getUserDetailsInfo($Merchant->created_user_id)->name }} {{ $Merchant->contact_name }}
Contact Email: {{ $Merchant->contact_email }}
Contact Phone: {{ $Merchant->contact_phone }}

@if(!empty($Merchant) && $Merchant->invoice_file !== null) @php $fileType = explode('/',getMimeTypeByFile($Merchant->invoice_file)); $file_type = 'file'; if(isset($fileType[0]) && $fileType[0] == 'image'){ $file_type = 'img'; } @endphp @if($file_type == 'img') @else @endif @endif

@if(checkPermissionOnWeb('CashBookFymm','list') > 0) @else @endif @if(!empty($openingBalanceRequestData) && $openingBalanceRequestData->reason_list_id != null) @endif @if(Auth::user()->admin_role_id == 1) @php $actived = ($Merchant->activated_by != null?$Merchant->activated_by:$Merchant->opening_activated_by); @endphp @else @endif @if(!empty($openingBalanceRequestData) && isset($openingBalanceRequestData->remark_maker) && $openingBalanceRequestData->remark_maker != '') @endif

Status*:

Status*:

Clarification :

Remarks*:

Opening Balance approved:

@if($Merchant->is_approve_opening_balance == 1) @else is_approve_opening_balance == 1)?'checked':'' }} style="margin-top: 6px;"> @endif
@if(checkPermissionOnWeb('Branch','edit') > 0) @if($Merchant->is_approve_opening_balance == 0) @elseif(Auth::user()->admin_role_id == 1) @endif @endif @if(checkPermissionOnWeb('CashBookFymm','list') > 0) Cancel @else Cancel @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection