@extends(Theme::getThemeNamespace('layouts.base')) @section('content') {!! Theme::partial('header') !!}
{!! Theme::content() !!}
{!! Theme::partial('footer') !!} @endsection