{!! Form::text('name') -> label(trans('happy::happy.label.name')) -> required() -> placeholder(trans('happy::happy.placeholder.name'))!!}
{!! $happy->files('image') ->url($happy->getUploadUrl('image')) ->mime(config('filer.image_extensions')) ->dropzone()!!}
{!! $happy->files('image') ->editor()!!}
{!! Form::url('link') -> label(trans('happy::happy.label.link')) -> required() -> placeholder(trans('happy::happy.placeholder.link'))!!}