@extends('layouts.auth') @section('title') Login @endsection @section('content')

Reset Password Check Point

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