@extends('adminlte::auth.auth-page', ['authType' => 'login']) @section('title', 'Verify Sign In') @section('auth_header')
Check your email
Enter the 6-digit code sent to {{ $email }}
@stop @section('auth_body') @if(session('status')) {{ session('status') }} @endif
@csrf
@error('code') {{ $message }} @enderror
@csrf
@stop @section('auth_footer')
Back to sign in
@stop @push('css') @endpush