@extends('layouts.app') @section('title', env('APP_NAME') . ' - ' . $page->title) @push('hreflangs') @foreach($hreflangs as $item) @endforeach @endpush @section('content')

{{ $page->title }}

{!! $page->content !!}
@endsection