@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) !!}
Change your password
@if($errors->count() > 0)
    @foreach($errors->all() as $err)
  • {{$err}}
  • @endforeach
@endif {!! Form::open(['class' => 'form-horizontal','id' => 'change-password']) !!}
{!! Form::close() !!}
@stop @section('scripts') @stop