{!! Form::text('country_id')
-> label(trans('country::country.label.country_id'))
-> required()
-> placeholder(trans('country::country.placeholder.country_id'))!!}
{!! Form::text('country')
-> label(trans('country::country.label.country'))
-> required()
-> placeholder(trans('country::country.placeholder.country'))!!}