@extends('hello') @section('content') @if (Session::has('error')) {{ trans(Session::get('reason')) }} @elseif (Session::has('success')) An e-mail with the password reset has been sent. @endif

Passwort zurücksetzen

{{ Form::open(array('url' => 'passwort-vergessen')) }}
@if(Session::has('login_errors'))
Login-Daten fehlerhaft!
@endif
{{ Form::close() }}
@stop @section('title') Passwort zurücksetzen ~ @stop