@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() }} --}} Name Email Message {{ old('msg') }} Send Message @endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection @section('scripts') @stop