@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') @livewireStyles @if(session()->has('message'))
{{ session('message') }}
@endif @yield('body') @livewireScripts