{!! Form::numeric('parent_id') -> label(trans('location::location.label.parent_id')) -> placeholder(trans('location::location.placeholder.parent_id'))!!}
{!! Form::select('type') -> options(trans('location::location.options.type')) -> label(trans('location::location.label.type')) -> placeholder(trans('location::location.placeholder.type'))!!}
{!! Form::text('gst_type') -> label(trans('location::location.label.gst_type')) -> placeholder(trans('location::location.placeholder.gst_type'))!!}
{!! Form::text('name') -> label(trans('location::location.label.name')) -> placeholder(trans('location::location.placeholder.name'))!!}