@if ($company && $company->matomo_url && $company->matomo_id)
@elif (config('services.analytics.tracking_id'))
@else
@endif
@auth()
@yield('meta_title', '') — {{ auth()->guard('contact')->user()->user->account->isPaid() ? auth()->guard('contact')->user()->company->present()->name() : 'Invoice Ninja' }}
@endauth
@guest
@yield('meta_title', '') — {{ config('app.name') }}
@endguest
@if(strpos(Request::url(),'setup') === false)
@else
@endif
{{-- --}}
{{-- --}}
@if(strpos(Request::url(),'setup') === false)
@else
@endif
{{-- --}}
{{-- Feel free to push anything to header using @push('header') --}}
@stack('head')
@if(strpos(Request::url(),'setup'))
@endif
@include('portal.ninja2020.components.primary-color')
@if(session()->has('message'))
{{ session('message') }}
@endif
@yield('body')