mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Add and remove transactions.
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user