@if (!empty($user->bio) || !empty($user->url))
{!! Formatter::linkify(nl2br(e($user->bio))) !!}
{{ preg_replace('~\Ahttps?://~', '', $user->url) }}