@extends( getThemePath() . '.layout.master') @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $page->title }}

{!! $page->content !!}
@include( getThemePath() . '.notifications') {{-- Ajax Notifications --}}

Send Us a Message

{{--
{{ csrf_field() }} --}}
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection @section('scripts') @stop