@if (session()->get('notify.model') === 'emotify')
session()->get('notify.type') === 'success', 'bg-gradient-to-r from-orange-500 via-red-500 to-red-800' => session()->get('notify.type') === 'error' ]) >
@if(session()->get('notify.type') === 'success')
@endif @if(session()->get('notify.type') === 'error')
@endif

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

@endif