@extends('layouts.base') @php $locale = app()->getLocale(); //$locale = 'fr'; // Forcer le français pour l'instant $iconBase = "assets/icons/{$locale}"; @endphp @include('partials.bottom_nav', [ 'bottomTabs' => [ [ 'icon' => "map_picto.svg", 'label' => __('Map'), 'href' => lr('startmap'), ], [ 'icon' => "myV_picto.svg", 'label' => __('My waypoints'), 'href' => lr('search'), 'primary' => false, ], ], ]) @section('title','Mes waypoints') @section('content') {{-- Leaflet CSS (CDN) --}}
{{ __('Click on the map to pre-fill the form, then complete the waypoint details and save.') }}