@extends('layout.auth_layout', ['title' => 'Xác nhận OTP']) @push('style') @vite('resources/css/shared_register_form.css') @endpush @section('content')

Xác Nhận OTP

Vui lòng chọn hình thức để nhận yêu cầu xác nhận OTP

@csrf
@error('type') {{ $message }} @enderror @error('value') {{ $message }} @enderror
@if (session()->has('error')) @endif @if (session()->has('message')) @endif
@endsection @push('script') @endpush