$adds->getRouteKey(), 'key' => [ 'public' => $adds->getPublicKey(), 'route' => $adds->getRouteKey(), ], 'user_id' => $adds->user_id, 'user_type' => $adds->user_type, 'adds_type' => $adds->adds_type, 'tittle' => $adds->tittle, 'address' => $adds->address, 'price' => $adds->price, 'Image' => $adds->Image, 'url' => [ 'public' => trans_url('adds/'.$adds->getPublicKey()), 'user' => guard_url('adds/adds/'.$adds->getRouteKey()), ], 'status' => trans('app.'.$adds->status), 'created_at' => format_date($adds->created_at), 'updated_at' => format_date($adds->updated_at), ]; } }