Add and remove transactions.

This commit is contained in:
James Cole
2015-02-24 22:53:38 +01:00
parent 5b9c2cdc13
commit d83b508bbc
15 changed files with 398 additions and 33 deletions

View File

@@ -12,11 +12,11 @@
@endforeach
</ul>
</div>
{{Form::input('number', $name, $value, $options)}}
{!! Form::input('number', $name, $value, $options) !!}
</div>
@include('form.feedback')
</div>
{{Form::input('hidden','amount_currency_id',$defaultCurrency->id)}}
{!! Form::input('hidden','amount_currency_id',$defaultCurrency->id) !!}
</div>