@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) !!}
Delete your account

Deleting your account will also delete any accounts, transactions, anything you might have saved into Firefly III. It'll be GONE.

Enter your password to continue.

@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