@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $journal) !!} {!! Form::open(['class' => 'form-horizontal','id' => 'destroy','url' => route('transactions.destroy',$journal->id)]) !!}
Deleting stuff from Firefly is permanent. This action will remove the transaction and all associated data.
This action will not destroy categories, piggy banks, accounts, etc.
Are you sure?