Файловый менеджер - Редактировать - /home/clickysoft/public_html/angelo.clickysoft.net/resources/views/auth/verify-email.blade.php
Назад
<x-guest-layout> @include('includes.header') <div class="container"> <div class="row"> <div class="col-md-12 mt-160"> <x-auth-card> <x-slot name="logo"> </x-slot> <div class="mb-4 text-sm text-gray-600"> {{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }} </div> @if (session('status') == 'verification-link-sent') <div class="mb-4 font-medium text-sm text-green-600"> {{ __('A new verification link has been sent to the email address you provided during registration.') }} </div> @endif <div class="mt-4 flex items-center justify-between"> <form method="POST" action="{{ route('verification.send') }}"> @csrf <div class="sign-button"> <button type="submit" class="sign-btn"> {{ __('Resend Verification Email') }} </button> </div> </form> </div> </x-auth-card> </div> </div> </div> @include('includes.footer') </x-guest-layout>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка