@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
{!! $paymentVoucher->paymentVoucherDetail->voucherType->voucher_title ?? 'Payment Voucher' !!} | {!! $paymentVoucher->receipt_no !!}
@if(auth()->user()->can('payment-voucher-create')) Add New @endif
@endsection @section('js') @endsection