@extends('layouts.vertical', ['title' => 'Google Maps', 'sub_title' => 'Maps', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('content')

Basic Example

Markers Google Map

Street View Panoramas Google Map

Google Map Types

Ultra Light With Labels

Dark

@endsection @section('script') @vite('resources/js/pages/maps-google.js') @endsection