@php use Illuminate\Support\Str; @endphp @php $avatarRemoved = old('remove_avatar') === '1'; $coverRemoved = old('remove_cover') === '1'; $avatarUrl = getMedia($avatarRemoved ? null : $user->avatar, 'avatar'); $coverUrl = getMedia($coverRemoved ? null : $user->cover, 'cover'); $remainingSteps = max($sectionsRemaining, 0); @endphp

Let's Complete Your Profile

Share a bit about yourself to help others connect with you

Profile Strength: {{ $progress }}% {{ $remainingSteps }} {{ Str::plural('step', $remainingSteps) }} remaining
Profile Photo
Pending
Cover Image
Pending
Bio
Pending
Location
Pending
@if (session('success')) @endif @if (session('info')) @endif @if ($errors->any())
We found a few issues:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Profile Picture

Current avatar

Recommended: Square image, at least 400x400px

Cover Photo

Current cover

Recommended: 1500x500px, max 5MB

Basic Information

{{ Str::length(old('bio', $user->bio)) }}/160 characters