Payment Date: {{ $recovery->payment_completed_at?->format('d M Y, h:i A') ?? 'N/A' }}
Status:Payment Completed
Next Steps
@if($showLoginButton ?? false)
Login to your account using the button below
Navigate to Black Belt Certificates section
Download your certificate
@else
Navigate to Black Belt Certificates section from your dashboard
Download your certificate
@endif
@if($showLoginButton ?? false)
Login to Access Certificate
@else
{{-- DISABLED: Black Belt Certificate Access (User Request) --}}
{{-- Users should not be able to access black belt certificates --}}
{{--
@php
$roleName = Auth::user()->currentRole->name ?? 'athlete';
@endphp
Download Certificate
--}}
Go to Dashboard
@endif