@extends('layouts.app') @section('page-title', trans('app.my_profile')) @section('page-heading', trans('app.my_profile')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@lang('app.phone_verification')

@lang('app.we_have_sent_you_a_verification_token')

{!! Form::open(['route' => "two-factor.verify", 'id' => 'two-factor-form']) !!} @if ($user) @endif
@lang('app.resend_token')
{!! Form::close() !!}
@stop @section('scripts') {!! HTML::script('assets/js/as/btn.js') !!} {!! HTML::script('assets/js/as/two-factor.js') !!} @stop