@if(!empty(config('dz.public.pagelevel.css.'.$action))) @foreach(config('dz.public.pagelevel.css.'.$action) as $style) @endforeach @endif {{-- Global Theme Styles (used by all pages) --}} @if(!empty(config('dz.public.global.css'))) @foreach(config('dz.public.global.css') as $style) @endforeach @endif @yield('style')
@include('admin.elements.header2')
@yield('content')
@include('admin.elements.footer')
@include('admin.elements.footer-scripts') @yield('js')