@include('sections.theme_css', ['company' => $company]) @isset($activeSettingMenu) @endisset @stack('styles')
@if (!is_null($invoice->project) && !is_null($invoice->project->client) && !is_null($invoice->project->client->clientDetails)) @php $client = $invoice->project->client; @endphp @elseif(!is_null($invoice->client_id) && !is_null($invoice->clientDetails)) @php $client = $invoice->client; @endphp @endif
@if ($message = Session::get('success'))
{!! $message !!}

Fatal error: Uncaught Error: Class "Session" not found in /home/wilpf/public_html/pms/resources/views/invoice.blade.php:115 Stack trace: #0 {main} thrown in /home/wilpf/public_html/pms/resources/views/invoice.blade.php on line 115