partial update create google map from kmz file

This commit is contained in:
arifal
2025-02-19 14:31:12 +07:00
parent e8da7193ef
commit 39717d184c
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class GoogleApisController extends Controller
{
public function index(){
return view('maps.google-api');
}
}