@if (session()->get('notify.model') === 'smiley')
@if(session()->get('notify.type') === 'success')
👍
@endif @if(session()->get('notify.type') === 'error')
🙅🏽‍♂️
@endif

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

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

@endif