{!! $location['id'] !!}

{!! $location['parent_id'] !!}

{!! $location['nest_left'] !!}

{!! $location['nest_right'] !!}

{!! $location['nest_depth'] !!}

{!! $location['name'] !!}

{!! $location['description'] !!}

{!! $location['type'] !!}

{!! $location['latitude'] !!}

{!! $location['longitude'] !!}

{!! $location['slug'] !!}

{!! $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::numeric('nest_left') -> label(trans('location::location.label.nest_left')) -> placeholder(trans('location::location.placeholder.nest_left'))!!}
{!! Form::numeric('nest_right') -> label(trans('location::location.label.nest_right')) -> placeholder(trans('location::location.placeholder.nest_right'))!!}
{!! Form::numeric('nest_depth') -> label(trans('location::location.label.nest_depth')) -> placeholder(trans('location::location.placeholder.nest_depth'))!!}
{!! Form::text('name') -> label(trans('location::location.label.name')) -> placeholder(trans('location::location.placeholder.name'))!!}
{!! Form::text('description') -> label(trans('location::location.label.description')) -> placeholder(trans('location::location.placeholder.description'))!!}
{!! Form::select('type') -> options(trans('location::location.options.type')) -> label(trans('location::location.label.type')) -> placeholder(trans('location::location.placeholder.type'))!!}
{!! Form::text('latitude') -> label(trans('location::location.label.latitude')) -> placeholder(trans('location::location.placeholder.latitude'))!!}
{!! Form::text('longitude') -> label(trans('location::location.label.longitude')) -> placeholder(trans('location::location.placeholder.longitude'))!!}