{!! $location['id'] !!}
{!! $location['parent_id'] !!}
{!! $location['type'] !!}
{!! $location['place'] !!}
{!! $location['gst_type'] !!}
{!! $location['slug'] !!}
{!! $location['name'] !!}
{!! $location['postal_code'] !!}
{!! $location['state_code'] !!}
{!! $location['has_delivery'] !!}
{!! $location['sort_code'] !!}
{!! $location['COD'] !!}
{!! $location['dispatch'] !!}
{!! $location['created_at'] !!}
{!! $location['updated_at'] !!}
{!! $location['deleted_at'] !!}
{!! 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'))!!}