@extends('layouts.vertical', ['title' => 'Google Maps', 'topbarTitle' => 'Google Maps']) @section('css') @endsection @section('content')

Basic Google Map

Markers Google Map

Street View Panoramas Google Map

Google Map Types

Ultra Light with Labels

Dark

@endsection @section('scripts') @vite(['resources/js/components/maps-google.js']) @endsection