$location->getRouteKey(), 'key' => [ 'public' => $location->getPublicKey(), 'route' => $location->getRouteKey(), ], 'user_id' => $location->user_id, 'user_type' => $location->user_type, 'parent_id' => $location->parent_id, 'type' => $location->type, 'slug' => $location->slug, 'name' => $location->name, 'code' => $location->code, 'details' => $location->details, '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), ]; } }