@includeWhen(empty($bread), 'site.layouts.breadcrumb')
@yield('content')
@includeWhen(empty($footer), 'site.layouts.footer')
@php $categories = App\Models\Category::all(); @endphp
@include('site.layouts.head') @includeWhen(empty($preloader), 'site.layouts.preloader')