@extends('layouts.vertical', ['title' => 'Google Maps']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Maps', 'title' => 'Google'])

Examples

Basic Google Map

Displays a basic embedded Google Map.

Street View Google Map

Displays a satellite-styled view of the map.

Dark Google Map

A dark-mode styled map using CSS filters.

@endsection @section('scripts') @endsection