@if (config('services.analytics.tracking_id'))
@else
@endif
@auth('contact')
@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
{{-- --}}
{{-- --}}
{{-- --}}
{{-- Feel free to push anything to header using @push('header') --}}
@stack('head')
@livewireStyles
@if(session()->has('message'))
{{ session('message') }}
@endif
@yield('body')
@livewireScripts