@extends('front.layouts.master') @section('title', $page->name) @section( 'meta_description', \Illuminate\Support\Str::limit( trim(preg_replace('/\s+/', ' ', strip_tags($page->content))), 155 ) ) @section('content')

{{ $page->name }}

{!! $page->content !!}

@endsection