{!! Theme::section('theme/layouts.header') !!}
@if(\Auth::check())
{!! $content !!}
@else {!! $content !!} @endif
@if(Config::get('theme-fade-effect', 1))
@endif {!! Theme::section('theme/layouts.footer') !!}