@php $globalLandingSetting = \App\Models\LandingSetting::first(); @endphp
{{ $globalLandingSetting?->page_title ?? 'Sekolah Unggul - Beranda' }}
@vite(['resources/css/app.css', 'resources/js/app.js']) @if($globalLandingSetting?->school_logo)
@endif
@if($globalLandingSetting?->school_logo)
@else
school
@endif
{{ $globalLandingSetting?->school_name ?? 'Sekolah Cendekia' }}
Beranda
Profil
Berita
Galeri
Kontak
@auth
Dashboard
@else
Login
@endauth
menu
@if($globalLandingSetting?->school_logo)
@else
school
@endif
close
home
Beranda
info
Profil
newspaper
Berita
gallery_thumbnail
Galeri
contact_support
Kontak
@auth
dashboard
Dashboard
@else
login
Login
@endauth
@yield('content')