@extends('layouts.user') @push('css') @endpush @section('contents')
@if(Auth::user()->twofa)
@lang('Two Factor Authenticator')
@else @endif
@endsection @push('js') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if(Session::has('success')) @endif @endpush