@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/sourceex/public_html/pm/resources/views/invoice.blade.php:110 Stack trace: #0 {main} thrown in /home/sourceex/public_html/pm/resources/views/invoice.blade.php on line 110