@if (Session::has('errors'))
@endif
@if (Session::has('failed-status'))
@endif
@if (Session::has('failed-login'))
@endif
@if (Session::has('success-insert'))
@endif
@if (Session::has('success-update'))
@endif
@if (Session::has('success-delete'))
@endif
@if (Session::has('unauthorized'))
@endif
@if (Session::has('email-not-found'))
@endif
@if (Session::has('email-sent'))
@endif
@if (Session::has('password-reset'))
@endif
@if (Session::has('token-expired'))
@if (Route::is('clinic.password.reset'))
@else
@endif
@endif