@foreach(config('hellotree.cms_assets.styles') as $path) @endforeach @yield('styles')
@if (config('hellotree.loading')) @endif
@yield('main-content') @foreach(config('hellotree.cms_assets.scripts') as $path) @endforeach @yield('scripts')