@extends(Theme::getThemeNamespace('layouts.base')) @section('main')
{!! Theme::partial('menu-mobile-collapse') !!}
@if ($logo = theme_option('logo')) @endif
@if ($socialLinks = json_decode(theme_option('social_links'))) @endif
{!! Theme::content() !!}
@endsection