@extends('layouts.app') @section('title', $voucher_type->name . ' - '. $invoice->main_invoice_no . ' - '. ($invoice->invoice_date ? formatedDate($invoice->invoice_date) : '') . ' - ' . ($invoice->getCustomer->name ?? '')) @section('pages') @php $pageTitle = $invoice->main_invoice_no . ' - ' .($invoice->getCustomer->name ?? '').'-'. ($invoice->invoice_date ? formatedDate($invoice->invoice_date) : '') ; @endphp
|
---|
|