@extends('layouts.app') @section('content') @section('script') @endsection
@foreach (['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark'] as $msg) @if(Session::has('alert-'.$msg)) @endif @endforeach @yield('content')
@if(session('impersonated_by')) Leave Impersonation @endif
@yield('dashboard')
@endsection