@extends('site_app') @section('head_title', trans('words.reset_password').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_forgot_pass')) @endif
@endsection