@extends('panel.authentication.layout.app') @section('title', __('OTP Verify')) @section('form')

{{ __("Email Verification") }}

{{ __("Enter the 4-digit verification code that was sent to your email.") }}

@csrf
@endsection