feature: sebaran lokasi project pariwisata

This commit is contained in:
2025-02-24 21:47:24 +07:00
parent 6865e353e6
commit 8bae33519f
3 changed files with 33 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ class TourismController extends Controller
{
$locations = Tourism::whereNotNull('longitude')
->whereNotNull('latitude')
->select('longitude', 'latitude')
->select('project_name', 'longitude', 'latitude')
->get();
return response()->json([