@if (session()->has('flash_notification.message'))
@if (session()->has('flash_notification.overlay')) @else
@if (session()->has('flash_notification.important')) @endif {!! session('flash_notification.message') !!}
@endif
@endif