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