{{ $post->title }}
{!! $post->content !!}
@extends('front.layout.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title') @section('meta_tags') {!! SEO::generate() !!}} @endsection @section('structured_data') @if (!empty($post->structured_data)) @endif @endsection @section('content')
{!! $post->content !!}