@section('content') {{-- Define page vars --}} @php $invoiceTableWidth = 600; // Set in parent page $invoiceColSpan = 2; // Other variables // Set default value if pageType is not set if (!isset($pageType) || $pageType !== "Invoice") { $pageType = "Order"; } $pageTitle = config('app.companyName') . ' ' . strtolower($pageType); $barColor = "#CBE1FC"; $textInBarColor = "#000000"; @endphp @php $hrHtml = "