@extends('admin/layouts/auth') @section('title', __('auth.login.title')) @section('content')

{{ __('client.profile.2fa.heading') }}

{{ __('client.profile.2fa.subheading') }}

@include('admin.shared.alerts')
@include("shared.input", ["name" => "2fa", "type" => "text", "label" => __('client.profile.2fa.code')]) @include('shared.captcha') @csrf
@endsection