@if($page->featured_image)
@endif
@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ $siteName }}
@foreach($menus as $menu) @if($menu->menu_type === 'dropdown' && $menu->children->count() > 0)
{{ $menu->title }}
@foreach($menu->children as $child) @php $href = match($child->menu_type) { 'page' => $child->page ? route('landing.page', $child->page->slug) : '#', 'external' => $child->external_url, 'anchor' => $child->anchor, default => '#' }; @endphp
@if($child->icon)
@endif {{ $child->title }} @if($child->badge)
{{ $child->badge }}
@endif
@endforeach
@elseif($menu->menu_type !== 'dropdown') @php $href = match($menu->menu_type) { 'page' => $menu->page ? route('landing.page', $menu->page->slug) : '#', 'external' => $menu->external_url, 'anchor' => $menu->anchor, default => '#' }; @endphp
{{ $menu->title }}
@endif @endforeach
@auth
Dashboard
@else
Autentificare
Începe Gratuit
@endauth
Acasă
{{ $page->title }}
{{ $page->title }}
@if($page->featured_image)
@endif
{!! $page->content !!}