@php $fixedCryptoCoinContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::CRYPTO_COIN, \App\Enums\Frontend\Content::FIXED); @endphp @extends('layouts.auth') @section('content')
image
image
image
image

{{ __("Thanks for signing up! Please verify your email by clicking the link we just sent. If you didn't receive it, we'll gladly send another") }}

@if (session('status') == 'verification-link-sent')
{{ __('New verification link sent to your registered email') }}
@endif
@csrf
@endsection