@extends("base") @section("styles") @endsection @section("main")
@if ($generate_paycode) @if ($manual_pay == "on")

Thank you for your work. We are currently in the process of validating it.
Please submit the following email on the platform to proceed with payment: {{ $account->email }}

@elseif ($platform->value === "micro" || $platform->value === "pico")

Thank you for your patience. We are reviewing your work. Please wait 3 minutes..

@else
Platform {{ $platform->value }} is not supported
@endif @else
This account has already been used before.
@endif
@endsection @section("scripts") @if ($manual_pay == "off") @endif @endsection