@extends('layouts.layout_postal_code') @section('breadcrumb') @endsection @section('content_right')
{{ __('Visualización de Municipios') }}
@if( isset($townships[0]) ) @foreach( $townships as $township ) @endforeach @endif
Municipio Ciudad Estado
{{ $township->township }} {{ $township->city }} {{ $township->state }}
{!! $townships->render() !!}
@endsection