@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')
@if ($user) @include('theme.'.env('THEME').'.component.usermenu') @endif @include('theme.'.env('THEME').'.component.servicemenu')
@include('theme.'.env('THEME').'.component.footer')