@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $journal) !!} {!! Form::open(['class' => 'form-horizontal','id' => 'destroy','url' => route('transactions.destroy',$journal->id)]) !!}
Destroy "{{{$journal->description}}}"

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?

@if($journal->transactiontype->type == 'Withdrawal') Cancel @endif @if($journal->transactiontype->type == 'Deposit') Cancel @endif @if($journal->transactiontype->type == 'Transfer') Cancel @endif
{!! Form::close() !!} @stop