$service->getRouteKey(), 'key' => [ 'public' => $service->getPublicKey(), 'route' => $service->getRouteKey(), ], 'user_id' => $service->user_id, 'title' => $service->title, 'type' => $service->type, 'category' => $service->category, 'price' => $service->price, 'phone' => $service->phone, 'email' => $service->email, 'website' => $service->website, 'country_id' => $service->country_id, 'state_id' => $service->state_id, 'city_id' => $service->city_id, 'zipcode' => $service->zipcode, 'street' => $service->street, 'street_no' => $service->street_no, 'note' => $service->note, 'description' => $service->description, 'images' => $service->images, 'is_auction' => $service->is_auction, 'ads_auction_from' => $service->ads_auction_from, 'ads_auction_to' => $service->ads_auction_to, 'slug' => $service->slug, 'deleted_at' => $service->deleted_at, 'url' => [ 'public' => trans_url('services/'.$service->getPublicKey()), 'user' => guard_url('services/service/'.$service->getRouteKey()), ], 'status' => trans('app.'.$service->status), 'created_at' => format_date($service->created_at), 'updated_at' => format_date($service->updated_at), ]; } }