@extends('layouts.app') @section('content')
OTP Verification
@csrf
@error('otp')
{{ $message }}
@enderror
@endsection