@extends('layouts.app') @section('content')
Gestión de Municipios

@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif
@if ($type == 'Administrador'|| $type == "Subadministrador") @elseif($type == "Capturista General") @endif @for($i=0; $i @if ($type == 'Administrador'|| $type == "Subadministrador") @elseif($type == "Capturista General") @endif @endfor
Municipio Estado
{{$townships[$i]->township}} {{$townships[$i]->state}}{!!$townships[$i]->edit!!} {!!$townships[$i]->delete!!}{!!$townships[$i]->edit!!}
@endsection @section('js-files') @endsection