@if (session()->get('notify.model') === 'toast')
@if(session()->get('notify.type') === 'success')
@endif @if(session()->get('notify.type') === 'warning')
@endif @if(session()->get('notify.type') === 'info')
@endif @if(session()->get('notify.type') === 'error')
@endif

{{ session()->get('notify.title') ?? session()->get('notify.type') }}

{{ session()->get('notify.message') }}

@endif