@extends('layouts.app') @section('content')
{{ translate('Verify your email address') }}
@if (session('resent')) @endif {{ translate('Before proceeding, please check your email for a verification link.') }} {{ translate('If you did not receive the email') }}, {{ translate('click here to request another') }}.
@endsection