@if($showSidebar)
@if ($type === 'account')
@else
@include('theme::layouts.sidebar')
@endif
@endif
@yield('theme::content')
@if($showSidebar)
@include('theme::layouts.right-sidebar')
@endif