$location->getRouteKey(), 'key' => [ 'public' => $location->getPublicKey(), 'route' => $location->getRouteKey(), ], 'id' => $location->id, 'parent_id' => $location->parent_id, 'type' => $location->type, 'slug' => $location->slug, 'name' => $location->name, 'created_at' => $location->created_at, 'updated_at' => $location->updated_at, 'deleted_at' => $location->deleted_at, 'url' => [ 'public' => trans_url('location/'.$location->getPublicKey()), 'user' => guard_url('location/location/'.$location->getRouteKey()), ], 'status' => trans('app.'.$location->status), 'created_at' => format_date($location->created_at), 'updated_at' => format_date($location->updated_at), ]; } }