{!! $location['id'] !!}
{!! $location['name'] !!}
{!! $location['type'] !!}
{!! $location['latitude'] !!}
{!! $location['longitude'] !!}
{!! $location['slug'] !!}
{!! $location['created_at'] !!}
{!! $location['updated_at'] !!}
{!! $location['deleted_at'] !!}
{!! 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'))!!}