{{ __('My Gallery') }}

{{ __("Upload up to 6 high-quality photos of yourself to show off your personality.") }}

@foreach($user->photos as $photo)
@csrf @method('delete')
@endforeach @if($user->photos->count() < 6)
{{ __('Add Photo') }}
@endif
@if($errors->has('photo'))

{{ $errors->first('photo') }}

@endif