feature: sebaran lokasi project pariwisata
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@extends('layouts.vertical', ['subtitle' => 'Dashboard'])
|
||||
|
||||
@section('css')
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
||||
@vite(['node_modules/gridjs/dist/theme/mermaid.min.css'])
|
||||
@endsection
|
||||
@section('content')
|
||||
@@ -207,8 +208,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-body pt-0">
|
||||
<div id="world-map-markers" class="mt-3" style="height: 309px">
|
||||
</div>
|
||||
<div id="map" style="height: 400px; width: 100%;"></div>
|
||||
</div> <!-- end card-body-->
|
||||
|
||||
|
||||
@@ -319,5 +319,6 @@
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
||||
@vite(['resources/js/dashboards/pbg.js'])
|
||||
@endsection
|
||||
Reference in New Issue
Block a user