@if (config('services.analytics.tracking_id'))
@else
@endif
@auth()
@yield('meta_title', '') — {{ auth('contact')->user()->user->account->isPaid() ? auth('contact')->user()->company->present()->name() : 'Invoice Ninja' }}
@endauth
@guest
@yield('meta_title', '') — {{ config('app.name') }}
@endguest
{{-- --}}
{{-- Feel free to push anything to header using @push('header') --}}
@stack('head')
@include('portal.ninja2020.components.primary-color')
@yield('body')