@extends('layouts.master') @section('title', 'Enter Passcode') @section('page-title', 'Enter Passcode') @section('styles') @endsection @section('content')

Enter 6-Digit Passcode

@csrf
@for($i=1; $i<=6; $i++) @endfor
👁️ Show
Reset Code
@endsection @push('scripts') @endpush