@extends('Componentes.app') @section('title', 'Mapas') @section('index')
@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
@csrf
@endsection