@if (session()->has('flash_notification.message')) @if (session()->has('flash_notification.overlay')) @include('flash::modal', [ 'modalClass' => 'flash-modal', 'title' => session('flash_notification.title'), 'body' => session('flash_notification.message') ]) @else
@if(session()->has('flash_notification.important')) @endif {!! session('flash_notification.message') !!}
@endif @endif