@extends('templates.' . site('template') . '.layouts.auth') @section('contents') {{-- verification form --}}

Input 2FA

2 Factor Authentication

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