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