@extends('layouts.index') @section('contenido')
LISTADO DE MUNICIPIOS
@foreach ($municipios as $municipio) @endforeach
id PaĆ­s Departamento municipio Acciones
{{$municipio['id']}} {{$municipio->paises?$municipio->paises['descripcion_pais']:''}} {{$municipio->departamentos?$municipio->departamentos['descripcion_departamento']:''}} {{$municipio?$municipio['descripcion_municipio']:''}}
@endsection @section('javascript') @endsection