@extends('front.layouts.master') @section('seo_title', $custom_page->seo_title) @section('seo_meta_description', $custom_page->seo_meta_description) @section('content')

{{ $custom_page->name }}

{!! clean(nl2br($custom_page->content)) !!}
@endsection