@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?

Cancel

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