@if($updated = Session::get('updated'))
@if($updated)
{{ sprintf("%s %s", trans('dashboard.notifications.awesome'), trans('dashboard.user.edit.success')) }}
@else
{{ sprintf("%s %s", trans('dashboard.notifications.whoops'), trans('dashboard.user.edit.failure')) }}
@endif
@endif