public function show($city, $id)
 {
     return Marker::getMarkersWithLocationsByCity($city)->where('id', (int) $id);
 }