@extends('layouts.main') @section('title',trans('core.title_forgotpassword')) @section('content')
{!! Form::open(array('class'=>'form-horizontal','name'=>'forgotpassword','id'=>'forgotpassword')) !!}

Forgot Password?

* {!! Form::email("email","",array("class"=>"form-control","placeholder"=>"Email address","id"=>"js-corp-email-forgot")) !!}
CAPTCHA *

Back to Login

OR Create New User

{!! Form::close() !!}

Copyright © {{date('Y')}}. All Rights Reserved

@include("corporate.corporate-nonauth-modals") @endsection @section('footer') @endsection