Date Filter filter form partial

This commit is contained in:
cuneytsenturk
2018-10-03 21:25:08 +03:00
parent 0a616a0480
commit f5e773da60
3 changed files with 35 additions and 0 deletions

View File

@ -66,6 +66,10 @@ class FormServiceProvider extends ServiceProvider
Form::component('recurring', 'partials.form.recurring', [
'page', 'model' => null,
]);
Form::component('dateRange', 'partials.form.date_range', [
'name', 'text', 'icon', 'attributes' => ['required' => 'required'], 'value' => null, 'col' => 'col-md-6',
]);
}
/**