@stack('schema')
@stack('styles')
@if(session('impersonate'))
You are currently impersonating {{ Auth::user()->name }}.
Back to Admin
@endif
@include('partials.header')
@yield('content')
@include('partials.footer')
{{-- @include('partials.whatsapp-float') --}}
@stack('scripts')