@extends('site.layouts.default') {{-- Web site Title --}} @section('title') {{{ Lang::get('user/user.login') }}} :: @parent @stop {{-- Content --}} @section('content')
@if ( Session::get('error') )
{{ Session::get('error') }}
@endif @if ( Session::get('notice') )
{{ Session::get('notice') }}
@endif
{{ Lang::get('confide::confide.login.forgot_password') }}
@stop