@extends('layouts.app') @section('page-title', trans('app.my_profile')) @section('page-heading', trans('app.my_profile')) @section('breadcrumbs')
@lang('app.we_have_sent_you_a_verification_token')
{!! Form::open(['route' => "two-factor.verify", 'id' => 'two-factor-form']) !!} @if ($user) @endif