@extends('layouts.app') @section('content')
{{ TranslationManager::translate('Verify Your Email Address') }}
@if (session('resent')) @endif {{ TranslationManager::translate('Before proceeding, please check your email for a verification link.') }} {{ TranslationManager::translate('If you did not receive the email') }},
@csrf .
@endsection