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