@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
@include('elements.header') @if (Request::route()->getName()=='ValidateEmployeeForm') @include('elements.sidebar_new') @else @include('elements.sidebar') @endif
@yield('content')
@include('elements.footer')
@include('elements.footer-scripts')