@extends('layouts.front') @section('title') @if($page->seo['title']) {{$page->seo['title']}} @endif @endsection @section('meta_tags') @if($page->seo['description']) @endif @if($page->seo['canonical']) @endif @endsection @section('content')
{!! $page->content !!}
@endsection