EVOLUTION-MANAGER
Edit File: mapa.blade.php
@php $route_public=""; @endphp @extends('layouts.master') @section('style') <link href="{{ asset($route_public.'/css/turismo.css') }}" rel="stylesheet"> <link rel="stylesheet" href="{{asset($route_public.'/plugins/leaflet/leaflet.css')}}"> <link rel="stylesheet" href="{{asset($route_public.'/plugins/leaflet/markercluster/screen.css')}}"/> <link rel="stylesheet" href="{{asset($route_public.'/plugins/leaflet/markercluster/dist/MarkerCluster.css')}}"/> <link rel="stylesheet" href="{{asset($route_public.'/plugins/leaflet/markercluster/dist/MarkerCluster.Default.css')}}"/> <style> /* .leaflet-marker-icon{ margin-left: -12px !important; margin-top: -2px !important; } */ .leaflet-control-attribution{ display: none !important; } #myMap{ height: 65vh; } </style> @endsection @section('contenido') <input type="hidden" id="ruta_proyecto" value="{{asset($route_public)}}"> <div id="myMap"></div> <a href="{{asset('turismo')}}" class="btn-flotante"><i class="fa fa-arrow-left"></i></a> @include('turismo.vista_cargando') @endsection @section('script') <script src="{{asset($route_public.'/plugins/leaflet/leaflet.js')}}"></script> <script src="{{asset($route_public.'/plugins/leaflet/markercluster/dist/leaflet.markercluster-src.js')}}"></script> <script src="{{asset($route_public.'/js/mapa.js?v=0.005') }}"></script> @endsection