@php $namespace = isset($bodyclass) ? $bodyclass : (collect(\Request::segments())->implode('-') ?: 'home'); @endphp @include('layouts.head')
@include('layouts.header')
CLICK
@yield('content')
@include('layouts.footer')
@stack('stickies') @include('components.awwwards')
{{-- Scripts --}} @if($namespace !== 'docs') @endif @if(!app()->environment('local')) @endif @yield('scripts')