@extends('layouts.custommaster') @section('content')

{{lang('Email verification?')}}

{{lang('Enter the email address that is linked to your account.')}}

@csrf @honeypot
@error('email') {{ lang($message) }} @enderror
@endsection