@extends('layouts.app') @section('title', $paymentVoucher->receipt_no . ' - '. ($paymentVoucher->receipt_date ? formatedDate($paymentVoucher->receipt_date) : '') . ' - ' . ($paymentVoucher->paymentVoucherDetail->account->name?? '')) @section('pages') @php $pageTitle = $paymentVoucher->receipt_no . ' - ' .($paymentVoucher->paymentVoucherDetail->account->name ?? '').'-'. ($paymentVoucher->receipt_date ? formatedDate($paymentVoucher->receipt_date) : '') ; @endphp
|
|||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Voucher No : {!! $paymentVoucher->receipt_no ?? '' !!}
Date : {!! $paymentVoucher->receipt_date ? formatedDate($paymentVoucher->receipt_date) : '' !!}
{!! $paymentVoucher->paymentVoucherDetail->voucherType->voucher_title ?? 'Money Receipt' !!}
|
|||||||||||||||||||||||||||||||||||||||||||
Amount (in words) : {!! convertAmountToWords($grand_total) !!} Note: Digitally Generated Voucher, Signature Not Required @if($paymentVoucher->remarks != '')
Narration:
{!! $paymentVoucher->company->name ?? '' !!}
|