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