@extends('layouts.pruebaplantilla') @section('titulo', 'CARTOGRAFÍA INTERACTIVA') @section('barra')
@endsection @section('contenido')

CARTOGRAFÍA INTERACTIVA

@foreach ($data as $dato)
{{ $dato->CAR_NOMBRE }}

{{ $dato->CAR_DESCRIPCION }}

Ver más
@endforeach
@endsection