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