@vite(['resources/css/app.css'])

{{ $page->getTranslation('title', app()->getLocale()) }}

@if($page->getTranslation('description', app()->getLocale()))

{{ $page->getTranslation('description', app()->getLocale()) }}

@endif
@foreach($page->blocks as $block)
{{ $block->config['content'] ?? '' }}
@endforeach