@extends('layouts.app') @section('content')

@csrf
@error('otp_expire_minutes')
{{ $message }}
@enderror
OTP will expire after these minutes.
Back
@endsection