@extends('layout') @section('title', $page->title) @section('meta:title', $page->title) @section('meta:description', $page->meta_description) @section('content') @include('commons.banner', [ 'banners' => $page->banner ])

{{ ucwords($page->title) }}

{!! $page->content !!}
@stop