@if(App\Utils\Ninja::isHosted())
            
            
            
        @endif
        
        @if (isset($company) && $company->matomo_url && $company->matomo_id)
            
            
        @elseif (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
        
        
        
        
        
        
        @vite('resources/js/app.js')
        
        
        
        @vite('resources/sass/app.scss')
        @if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
        {{--  --}}
        @endif
        
        {{-- Feel free to push anything to header using @push('header') --}}
        @stack('head')
        @livewireStyles
        
    
    @include('portal.ninja2020.components.primary-color')
    
        @if(session()->has('message'))
            
                {{ session('message') }}
            
        @endif
        @yield('body')
        @livewireScriptConfig