@extends('layouts.public') @section('title') {{trans('seo.title.page', ['title' => $page->meta_title])}} @endsection @section('description') @endsection @section('content')

{{$page->title}}

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