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

Are you sure?

Cancel

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