@extends('layouts.auth') @section('title', 'Coinpayments - StarHela') @section('content')

Coinpayments

Complete your payment to activate your account.

@if(isset($user))
Account: {{ $user->username }}
@endif

Payment integration for Coinpayments will be configured here.

Contact support if you need assistance.

Back to Login @endsection