@include('site.layouts.head')
@includeWhen(empty($preloader), 'site.layouts.preloader') @includeWhen(empty($header), 'site.layouts.header')
@yield('content')
@includeWhen(empty($footer), 'site.layouts.footer') @includeWhen(empty($script), 'site.layouts.script')