EVOLUTION-MANAGER
Edit File: bf44676ab89337d0edf9fed2677a925289dc2ffe.php
<?php $route_public=""; ?> <?php $__env->startSection('style'); ?> <link href="<?php echo e(asset($route_public.'/css/turismo.css')); ?>" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset($route_public.'/plugins/leaflet/leaflet.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset($route_public.'/plugins/leaflet/markercluster/screen.css')); ?>"/> <link rel="stylesheet" href="<?php echo e(asset($route_public.'/plugins/leaflet/markercluster/dist/MarkerCluster.css')); ?>"/> <link rel="stylesheet" href="<?php echo e(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> <?php $__env->stopSection(); ?> <?php $__env->startSection('contenido'); ?> <input type="hidden" id="ruta_proyecto" value="<?php echo e(asset($route_public)); ?>"> <div id="myMap"></div> <a href="<?php echo e(asset('turismo')); ?>" class="btn-flotante"><i class="fa fa-arrow-left"></i></a> <?php echo $__env->make('turismo.vista_cargando', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset($route_public.'/plugins/leaflet/leaflet.js')); ?>"></script> <script src="<?php echo e(asset($route_public.'/plugins/leaflet/markercluster/dist/leaflet.markercluster-src.js')); ?>"></script> <script src="<?php echo e(asset($route_public.'/js/mapa.js?v=0.005')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>