@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif
@include('app.settings.nav')
@method('PATCH') @csrf
{{__('Enable/Disable 2FA')}}
{{ __('Authy API Key') }}
@if ($errors->has('authy_api_key')) {{ $errors->first('authy_api_key') }} @endif
@endsection