@extends('layouts.app') @section('styles') @endsection @section('content')

A default map style by Leaflet Maps.

Popups are usually used when you want to attach some information to a map.

Adding a circle is the same (except for specifying the radius in meters as a second argument), but lets you control how it looks by passing options as the last argument when creating the object.

@endsection @section('scripts') @vite('resources/assets/js/map-leafleft.js') @endsection