@extends('layout.clean') @section('bodyClass', 'login') @section('content')

{{ trans('dashboard.login.two-factor') }}


@if(Session::has('error'))

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

@endif
@stop