@include('client.layout.head') @include('client.layout.sidebar') @include('client.layout.header')
@yield('content')
{{-- Footer --}} {{-- Fixed Support Button --}} @unless (request()->routeIs('assistant.support')) @endunless @include('client.layout.scripts')