@extends('layouts.default') @section('body')
@component('components.title') @endcomponent @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.') }}

@csrf
@endsection