@extends( getThemePath() . '.layout.master') @section('title', getSetting('site_name') . ' Member Dashboard') @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $page->title }}

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