@extends('hello') @section('content') @if (Session::has('error')) {{ trans(Session::get('reason')) }} @endif

Passwort zurücksetzen

{{ Form::open(array('url' => 'passwort-reset')) }}
{{ Form::close() }}
@stop @section('title') Passwort zurücksetzen ~ @stop