@if (session()->get('notify.model') === 'smiley')
config('notify.theme') === 'light', 'bg-slate-800' => config('notify.theme') !== 'light', ]) >
@if(session()->get('notify.type') === 'success')
👍
@endif @if(session()->get('notify.type') === 'error')
🙅🏽♂️
@endif
@endif