Home
@if(checkPermissionOnWeb('CashBookFymm','list') > 0)
{{ getTitleInPage() }}
@else
{{ getTitleInPage('branch') }}
@endif
{{ getTitleInPage() }} ({{ checkHOParentSubBranch($Merchant->id)}} Branch) - View
{{ 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
{{ $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) }} |
Rahebar: | {{ getRahabarName($Merchant->rahebar_id) }} | |
Contact Name: | @if($Merchant->created_user_id > 0){{ getMerchantTitle(getUserDetailsInfo($Merchant->created_user_id)->title) }} {{ getUserDetailsInfo($Merchant->created_user_id)->name }} | @else{{ $Merchant->contact_name }} | @endif
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