@extends('layouts.app', ['title' => __tr('User Profile')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Your Profile') . ' '. auth()->user()->name, 'description' => '', 'class' => 'col-lg-7' ])
{{ __tr('Click the button below to display the QR code and activate Two-Factor Authentication.') }}
@endif