{{ __("Profile") }}

{{-- Display Progress Summary --}}

{{ __("Your Progress") }}

Modules Completed: {{ $completedModulesCount }}

Badges Earned: {{ $earnedBadgesCount }}

@if($earnedBadges->isNotEmpty())

{{ __("Earned Badges") }}

@foreach($earnedBadges as $badge)
{{-- Placeholder for badge image --}}
@if($badge->icon_url) {{ $badge->name }} @else {{-- Placeholder icon --}} @endif

{{ $badge->name }}

@endforeach
@endif
{{-- Standard Breeze Profile Update Form --}}
@include("profile.partials.update-profile-information-form")
{{-- Standard Breeze Password Update Form --}}
@include("profile.partials.update-password-form")
{{-- Standard Breeze Delete Account Form --}}
@include("profile.partials.delete-user-form")