![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/resources/infyom/infyom-generator-templates/scaffold/auth/ |
@extends('layouts.app') @section('content') <div class="container"> <div class="row justify-content-center"> <div class="col-md-7" style="margin-top: 2%"> <div class="box"> <h3 class="box-title" style="padding: 2%">Verify Your Email Address</h3> <div class="box-body"> @if (session('resent')) <div class="alert alert-success" role="alert">A fresh verification link has been sent to your email address </div> @endif <p>Before proceeding, please check your email for a verification link.If you did not receive the email,</p> <a href="{{ route('verification.resend') }}">click here to request another'</a>. </div> </div> </div> </div> </div> @endsection