@extends('welcome') @section('seo_title', $page->page_title . ' | ') @section('content')
{{ $page->page_title }}
{!! clean(nl2br($page->page_content)) !!}
@endsection