@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('content') @include('partials.errors') @include('locations.map_points._show') @endsection