{{ getTitleInPage() }} - 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() }} - View
{{ $transaction_type->name }} |
Amount : {{ $order->amount }} |
Date Of Expense : {{ changeDateFormate($order->date) }} |
Supplier Name : {{ getpettyCashSuppliersId($order->petty_cash_suppliers_id) }} |
Payment Mode : {{ getPaymentModeMerchantName($order->payment_mode) }} |
Item | @if($dop_slug == 'cash-bill-paid')Bill No | Bill Date | @endifDr A/c Head | Cr A/c Head | Amount | Attach Files |
{{ getItemMerchantListTitle($item['item_id'],$ho_id) }} | @if($dop_slug == 'cash-bill-paid')@if($order->bill_no != null) {{ $order->bill_no }} @else {{ $item['bill_no'] }} @endif | {{ changeDateFormate($order->date) }} | @endif@if($item['dr_type'] == 'account_group_head') {{ str_replace('Branch', getMechantShortCode($order->auto_mer_id).'-'.getBranchCode($order->auto_mer_id), getAccountHeadByIdMerchant($item['dr_account_head']))}} @elseif($item['dr_type'] == 'agent_rahebar') {{ getRahebarName($item['dr_account_head']) }} @else {{ str_replace('Branch', getMechantShortCode($order->auto_mer_id).'-'.getBranchCode($order->auto_mer_id), getAccountHeadByIdMerchant($item['dr_account_head']))}} @endif | @if($item['cr_type'] == 'account_group_head') {{ str_replace('Branch', getMechantShortCode($order->auto_mer_id).'-'.getBranchCode($order->auto_mer_id), getAccountHeadByIdMerchant($item['cr_account_head']))}} @elseif($item['cr_type'] == 'agent_rahebar') {{ getRahebarName($item['cr_account_head']) }} @else {{ str_replace('Branch', getMechantShortCode($order->auto_mer_id).'-'.getBranchCode($order->auto_mer_id), getAccountHeadByIdMerchant($item['cr_account_head']))}} @endif | {{ $item['amount'] }} |
@if($item['invoice_file'] != null)
@if($key == 0)
![]() ![]() |
@if(!empty($OrderItems) && $OrderItems[0]['invoice_file'] !== null)
@php
$fileType = explode('/',$OrderItems[0]['mime_type']);
$file_type = 'file';
if(isset($fileType[0]) && $fileType[0] == 'image'){
$file_type = 'img';
}
@endphp
@if($file_type == 'img')
@else
@endif
@endif