@extends('hello') @section('content')

Passwort ändern

{{ Form::open(array('url' => 'settings/password')) }} {{ $errors->first() }}
">
">
">
{{ Form::close() }}

Email ändern

Aktuelle Email
{{Auth::user()->email}}
{{ Form::open(array('url' => 'settings/email')) }}
">
">
">
{{ Form::close() }}
@stop @section('title') Einstellungen ~ @stop