@extends( getThemePath() . '.layout.master') @section('title', getSetting('meta_title') .' '. getSetting('tab_separator') .' '. getSetting('system_title')) @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $page->title }}

Home

BIG TEXT

{!! showAdvertise(2) !!} {!! showAdvertise(1) !!}
{!! $page->content !!}
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection