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

Are you sure that you want to delete currency "{{{$currency->name}}}"?

Cancel

{!! Form::close() !!} @stop