diff --git a/resources/views/partials/forms/edit/datepicker.blade.php b/resources/views/partials/forms/edit/datepicker.blade.php new file mode 100644 index 000000000..6e4832a4e --- /dev/null +++ b/resources/views/partials/forms/edit/datepicker.blade.php @@ -0,0 +1,12 @@ + +
+ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} +
+
+ + +
+ {!! $errors->first($fieldname, '') !!} +
+
+