@extends('layouts.frontend') @section('metadata') {{ __($page->seo_title) }} @endsection @section('menu') @include('frontend.menu.page') @endsection @section('content')
{{ __('Home') }} / {{ __($page->title) }}

{{ __($page->title) }}

{!! $page->content !!}
@endsection @section('footer') @include('frontend.footer.section') @endsection