{{-- Name: auth.password.blade Author: JH2 Created: 2015-09-23 --}} @extends('unauthorized') @section('_pageTitle', Lang::get('auth.forgotPassword.pageTitle')) @section('main-left') @include('auth.partials.forgotPasswordForm', [ 'content_id' => 'forgot_password', 'header_title' => Lang::get('auth.forgotPassword.header'), ]) @stop @section('footer-left') {{ date('Y') }} © @stop