@extends('layouts.master') @section('content')
{!! Html::image('img/u234.png') !!} {!! Form::open(['url' => action('Auth\AuthController@post_auth_challenge')]) !!} {!! Form::close() !!}
@endsection()