Dashboard
@if (session('status'))
@if (Auth::check() && Auth::user()->getIsAdminAttribute())
{{ session('status') }}
@endif
You are logged in!