@endif
{{-- Cover Only --}}
@if ($profile_layout == 'cover_only')
@endif
{{-- circled profile pic --}}
@if ($profile_layout == 'default')
@endif
{{-- rounded profile pic --}}
@if ($profile_layout == 'rounded')
@endif
{{-- full width profile pic --}}
@if ($profile_layout == 'full_width')
@endif
{{-- Display Full Name --}}
{{ '@' . $user->username }}
@endif {{-- Display Bio --}} @if ($bio && $short_bio_enabled == true){{ $bio }}
@endif {{-- Display Job Title --}} @if (!empty($user->job_title) && empty($user->company))
{{ $contact_text }}
@endif{{ $follow_text }}
{{ $payment_text }}
@else @endif