@extends('layouts.auth') @section('content')
{{Helper::getLang('Before proceeding, please check your email for a verification link.')}}
{{Helper::getLang('If you did not receive the email')}}
@csrf
@endsection @section('scripts') @if(session()->has('verification_link')) @php session()->forget('verification_link') @endphp @endif @endsection