@extends('layouts.app') @section('content')
{{ __('Verify Your Email') }}
@if (session('success')) @endif

{{ __('We have sent a verification code to your email address.') }} {{ __('Please enter the code below to verify your email.') }}

@csrf
@error('otp') {{ $message }} @enderror
@endsection