This commit is contained in:
denisdulici
2018-05-10 09:55:34 +03:00
parent b052d680b5
commit 9023ea2b94
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
{{ Form::selectGroup('to_account_id', trans('transfers.to_account'), 'university', $accounts) }}
{{ Form::numberGroup('amount', trans('general.amount'), 'money') }}
{{ Form::textGroup('amount', trans('general.amount'), 'money') }}
{{ Form::textGroup('transferred_at', trans('general.date'), 'calendar',['id' => 'transferred_at', 'required' => 'required', 'data-inputmask' => '\'alias\': \'yyyy-mm-dd\'', 'data-mask' => ''], Date::now()->toDateString()) }}