@include('theme::layouts.includes.styles')
@include('theme::layouts.includes.header')
@if ($type === 'account')
@else @include('theme::layouts.sidebar') @endif @yield('theme::content')
@include('theme::layouts.footer')
@include('theme::layouts.includes.scripts')