@stack('schema') @stack('styles')
Loading...
@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')