@extends('layouts.auth') @section('title', 'Verify Code') @section('subtitle', 'Enter Verification Code') @push('styles') @endpush @section('content')

@yield('title')

@yield('subtitle')
@if(session('error')) @endif
@csrf
@error('otp_code')
{{ $message }}
@enderror Enter the 6-digit code we sent you
Back to Login
Code expires in 10 minutes
@endsection @push('scripts') @endpush