{!! Form::text('name')
-> label(trans('location::location.label.name'))
-> placeholder(trans('location::location.placeholder.name'))!!}
{!! Form::text('type')
-> label(trans('location::location.label.type'))
-> placeholder(trans('location::location.placeholder.type'))!!}