@if (config('services.analytics.tracking_id')) @else @endif @if(isset($account) && !$account->isPaid()) @yield('meta_title', '') — Invoice Ninja @elseif(isset($company) && !is_null($company)) @yield('meta_title', '') — {{ $company->present()->name() }} @else @yield('meta_title', '') @endif @if(!auth('contact')->user()->user->account->isPaid()) @endif @if((bool) \App\Utils\Ninja::isSelfHost()) @endif @livewireStyles {{-- Feel free to push anything to header using @push('header') --}} @stack('head') @if((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head')))
{!! $client->getSetting('portal_custom_head') !!}
@endif @include('portal.ninja2020.components.primary-color') @if(session()->has('message'))
{{ session('message') }}
@endif @component('portal.ninja2020.components.general.sidebar.main') @yield('body') @endcomponent @livewireScripts @if((bool) \App\Utils\Ninja::isSelfHost()) @endif