@extends('auth.signup.layout') @section('signup_title', 'Verify your email') @section('signup_heading', 'Verify your email') @section('signup_lead', 'Activate your institute account to open the panel and finish setup.') @section('signup_body') @php $email = session('signup_verify_email'); @endphp
We have sent a message to {{ $email }} with a link to activate your account.
@if(session('success'))Didn't get the verification email? Check spam!
Retry in 01:30