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