@extends('layouts.master') @section('title') @lang('translation.leaflet') @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