@extends('admin.layouts.layout') @section('title', 'Verify the OTP') @section('content')
@if ($errors->has('error')) @endif

Welcome to WaveDisk Admin Panel! 👋

Please enter the OTP to get-in to your account.

@csrf
@error('login_otp')
{{ $message }}
@enderror
@endsection @section('admin-custom-js') @endsection