@extends('layouts.form') @section('body')
@component('components.title') @endcomponent
@csrf @if (session('resent')) @endif

{{ __('Before proceeding, please check your email for a verification link. If you did not receive an email press the button bellow to resend the email.') }}

@endsection