@if (session()->get('notify.model') === 'drake')
@if(session()->get('notify.type') === 'success')
@else
@endif
@if(session()->get('notify.type') === 'success')

Success

@else

Error

@endif
@endif