add new menu peta in dashboard

This commit is contained in:
arifal
2025-02-21 11:12:35 +07:00
parent 91475aeead
commit 080582f7ab
3 changed files with 11 additions and 6 deletions

View File

@@ -5,8 +5,7 @@
@section('content')
@include('layouts.partials/page-title', ['title' => 'Maps', 'subtitle' => 'Google Maps'])
<div id="map" style="width: 100%; height: 78vh;"></div>
<img src="" />
<div id="map" style="width: 100%; height: 90vh;"></div>
@endsection
@section('scripts')