@extends('layouts.app') @section('title', ($accountJournal->voucherMaster->voucherType->voucher_title ?? '') . $accountJournal->voucher_no . ' - '. ($accountJournal->transaction_date ? formatedDate($accountJournal->transaction_date) : '')) @section('pages') @php $pageTitle = $accountJournal->voucher_no . ' - ' .($accountJournal->voucherMaster->voucherType->voucher_title ?? '').'-'. ($accountJournal->transaction_date ? formatedDate($accountJournal->transaction_date) : '') ; @endphp
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||
@if($accountJournal->description != '')
Narration: @if(isset($accountJournal->voucherTerm)) {!! $accountJournal->voucherTerm->terms_and_condition ?? '' !!} @endif
{!! $accountJournal->company->name ?? '' !!}
|