@props([ 'title' => 'Tarnova', 'heading' => 'Welcome back', 'subheading' => null, 'eyebrow' => null, ]) @php $companySettings = \App\Models\CompanySetting::current(); $themeMode = $companySettings->themeMode(); @endphp {{ $title }} @include('components.layouts.head-assets')
@if (file_exists(public_path('images/tarnova-logo.png'))) @else

Tarnova

@endif
@if ($eyebrow)

{{ $eyebrow }}

@endif @if ($heading)

{{ $heading }}

@endif @if ($subheading)

{{ $subheading }}

@endif
@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif {{ $slot }}
@if (! file_exists(public_path('build/manifest.json'))) @endif