@extends('layouts.app', [ 'title' => trans('locations.map.points.title', ['name' => $location->name]), 'description' => '', 'breadcrumbs' => [ ['url' => route('locations.index'), 'label' => trans('locations.index.title')], ['url' => route('locations.show', $location->id), 'label' => $location->name] ], ]) @section('header-extra')
{{ trans('locations.map.no_map') }}