New currency routes

This commit is contained in:
James Cole
2015-05-02 10:40:20 +02:00
parent a245b504ec
commit 0fb9fba531
2 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('content')
{!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) !!}
{!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $currency) !!}
{!! Form::model($currency, ['class' => 'form-horizontal','id' => 'update','url' => route('currency.update',$currency->id)]) !!}
<input type="hidden" name="id" value="{{$currency->id}}" />