@extends('layouts.user') @section('title','Black Belt Certificate') @section('content')

Black Belt Certificate

Apply, pay and download your Black Belt certification
Back to Dashboard
Certificate Status
@if(auth()->user()->it_belt_payment === 1)

Available

@else

Pending Payment

@endif
Applicant
{{ auth()->user()->fname }} {{ auth()->user()->lname }}
{{ auth()->user()->email }}
Certificate Application
@if(auth()->user()->it_belt_payment === 1) @else @endif
@if(auth()->user()->it_belt_payment === 1)

Your Certificate is Ready!

Click the download button above to get your Black Belt Certificate

@else @if(auth()->user()->primary_profile && in_array(auth()->user()->approved, [0,1]) && auth()->user()->paid == 1)
Important Payment Instructions:
  • Do not refresh or close the page while payment is being processed
  • After completing payment via UPI app, return to this page
  • Wait for 10 seconds for payment confirmation
Accepted Payment Methods
@foreach ($payment_gateways as $payment_gateway)
Payment Gateway
@endforeach

Payment Gateway Taxes: 2.5%

@csrf @if(isset($razorpay_order) && !empty($razorpay_order)) @else @endif

Complete Payment to Download Certificate

Click the button above to proceed with the payment process

What happens next?
  1. Click "Get Black Belt Certificate" button
  2. Complete the payment through secure gateway
  3. Wait for payment confirmation
  4. Download your certificate instantly
@else

Certificate Not Available

@if(!auth()->user()->primary_profile) Please complete your profile first @elseif(!in_array(auth()->user()->approved, [0,1])) Your profile needs to be approved @elseif(auth()->user()->paid != 1) Please complete the registration payment first @endif

Go to Dashboard
@endif @endif
@endsection @push('scripts') @endpush