@vite(['resources/css/app.css', 'resources/js/app.js']) @php $showClientShell = auth()->check() && request()->routeIs('client.*', 'dashboard', 'profile.*'); $pendingInvoiceKey = $pendingInvoice ? 'pending-invoice-'.$pendingInvoice->id : null; @endphp
@include('layouts.portal-nav')
@if ($showClientShell)
@include('layouts.client-sidebar')
@if ($pendingInvoice) @php $invoiceDisplayNumber = $pendingInvoice->whmcs_invoice_id ?: preg_replace('/\D+/', '', (string) $pendingInvoice->invoice_number) ?: $pendingInvoice->invoice_number; @endphp @endif {{ $slot }}
@else {{ $slot }} @endif
@include('layouts.portal-footer')
@if ($pendingInvoice) @endif