@extends('layouts.main')
@section('seo')
{{ $page->getTranslation('title', App::getLocale()) . " - " . config('app.name', 'Laravel') ?? config('app.name', 'Laravel') }}
@endsection
@section('content')
{{ $page->getTranslation('title', App::getLocale()) }}
{!! nl2br($page->getTranslation('content', App::getLocale())) !!}
@endsection