@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