@if (Session::has('notification.title')) @endif @if (Session::has('flash_notification.message')) @if (Session::has('flash_notification.overlay')) @include('partials/_modal', ['modalClass' => 'flash-modal', 'title' => 'Notice', 'body' => Session::get('flash_notification.message')]) @else

{{ Session::get('flash_notification.message') }}

@endif @endif