@extends('frontend.layouts.app')
@section('title')
{{ __('verify_email_address') }}
@endsection
@section('main')
@if (session('resent'))
{{ __('a_fresh_verification_link_has_been_sent_to_your_email_address') }}
@endif
@endsection
@section('css')
@endsection
@section('script')
@endsection