{{-- Mobile Search Bar --}} {{-- Page Content --}}
@if(isImpersonating())
You are impersonating a user
@csrf
@endif @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if(session('warning'))
{{ session('warning') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
{{-- Spacer so content doesn't hide behind footer --}}
{{-- Fixed Footer --}}