@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.usermenu')
@include('theme.'.env('THEME').'.component.contentedit') @yield('content')
@include('theme.'.env('THEME').'.component.footer')