@extends('auth.layout') @section('title', 'OTP') @section('content')
Welcome Back !

Sign in to continue

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

Back

@csrf
@endsection