@extends('layout.clean') @section('content')
{{ trans('dashboard.login.two-factor') }} @if(Session::has('error'))

{{ Session::get('error') }}

@endif

@stop