@extends('layouts.master') @section('css') @endsection @section('page-header') @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('js') @endsection