@extends('layouts.master') @section('title') @lang('translation.Leaflet_Maps') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Maps @endslot @slot('title') Leaflet Maps @endslot @endcomponent

Example

Markers, circles and polygons

Working with popups

Markers with Custom Icons

Interactive Choropleth Map

Layer Groups and Layers Control

@endsection @section('script') @endsection