{{trans('words.forgot_password')}}?
{!! Form::open(array('url' => 'password/email','class'=>'','id'=>'forget_pass_form','role'=>'form','onsubmit'=>'return submitForm();')) !!}{{trans('words.dont_have_account')}} {{trans('words.sign_up')}}
@extends('site_app') @section('head_title', trans('words.forgot_password').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_forgot_pass')) @endif
{{trans('words.dont_have_account')}} {{trans('words.sign_up')}}