@extends('layouts.master')
@section('title')
@lang('translation.Leaflet')
@endsection
@section('css')
@endsection
@section('content')
@component('common-components.breadcrumb')
@slot('pagetitle') Maps @endslot
@slot('title') Leaflet Maps @endslot
@endcomponent
Markers, circles and polygons
Markers with Custom Icons
Interactive Choropleth Map
Layer Groups and Layers Control
@endsection
@section('script')
@endsection