@extends('layouts.default')
@section('content')
Change your password
Logged in as {{Auth::user()->email}}
Use this extremely obvious form to change your password.
{{Form::open(['class' => 'form-horizontal'])}}
{{Form::close()}}
@stop
@section('scripts')
@stop