@extends('layouts.account') @section('breadcrumb')
You are going to permanently delete the following account. Please confirm your action.
{{ $account->identifier }}
{!! Form::hidden('account_id', $account->id) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-centered']) !!} {!! Form::close() !!} @endsection