@extends('layouts.base') @section('title', __('Settings')) {{-- Bottom Nav --}} @include('partials.bottom_nav', [ 'bottomTabs' => [ [ 'icon' => "map_picto.svg", 'label' => __('Map'), 'href' => lr('startmap'), ], [ 'icon' => "addV_picto.svg", 'label' => __('Create a waypoint'), 'href' => lr('map'), 'primary' => true, ], [ 'icon' => "myV_picto.svg", 'label' => __('My Vereego'), 'href' => lr('search'), 'primary' => false, ], ], ]) @section('content')
{{ __('This page will be available soon.') }}