@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

Verify your email

We have sent a message to {{ $email }} with a link to activate your account.

@if(session('success'))
{{ session('success') }}
@endif
Open Gmail Open Outlook

Didn't get the verification email? Check spam!

Retry in 01:30

@csrf
@endsection @push('scripts') @endpush