@include('theme.'.env('THEME').'.component.favicon') @include('theme.'.env('THEME').'.component.colors') @include('theme.'.env('THEME').'.component.navbar')
@include('theme.'.env('THEME').'.component.header')
@include('theme.'.env('THEME').'.component.menu')
@include('theme.'.env('THEME').'.component.contentedit') @yield('content')
@include('theme.'.env('THEME').'.component.servicemenu') @if ($user) @include('theme.'.env('THEME').'.component.usermenu') @endif
@include('theme.'.env('THEME').'.component.footer')