{!! Form::text('text')
-> label(trans('other_service::other_services.label.text'))
-> required()
-> placeholder(trans('other_service::other_services.placeholder.text'))!!}
{!! Form::text('service')
-> label(trans('other_service::other_services.label.service'))
-> required()
-> placeholder(trans('other_service::other_services.placeholder.service'))!!}