@extends('frontend.user.layouts.auth') @section('title', 'Verify Email') @section('content')

{{ translate('Email Verification Required', 'auth') }}

{{ translate('Please verify your email address to continue.', 'auth') }}

@if (session('resent')) {{ showToastr(translate('A fresh verification link has been sent to your email address.', 'auth')) }} @endif

{{ translate('Didn’t receive the email?', 'auth') }}

@csrf

{{ translate('You want to ', 'auth') }} {{ translate('logout?', 'auth') }}

@endsection