@if (!empty($user->bio) || !empty($user->url))
{{-- Bio --}} @if (!empty($user->bio))

{!! Formatter::linkify(nl2br(e($user->bio))) !!}

@endif {{-- URL --}} @if (!empty($user->url))

{{ preg_replace('~\Ahttps?://~', '', $user->url) }}

@endif
@endif