We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d730f4 commit 4c7e9efCopy full SHA for 4c7e9ef
src/resources/views/admin/_form.blade.php
@@ -20,7 +20,7 @@
20
{!! BootForm::text(trans('validation.attributes.tags'), 'tags')->value(implode(', ', $model->tags->lists('tag'))) !!}
21
<div class="row">
22
<div class="col-sm-6">
23
- {!! BootForm::date(trans('validation.attributes.date'), 'date')->value($model->present()->dateOrNow('date'))->placeholder(trans('validation.attributes.DDMMYYYY')) !!}
+ {!! BootForm::date(trans('validation.attributes.date'), 'date')->value($model->present()->dateOrNow('date'))->placeholder(trans('validation.attributes.DDMMYYYY'))->addClass('datepicker') !!}
24
</div>
25
26
{!! BootForm::text(trans('validation.attributes.website'), 'website')->placeholder('http://') !!}
0 commit comments