@extends('layouts.app') @section('content')
| Municipio | Estado | @if ($type == 'Administrador'|| $type == "Subadministrador")@elseif($type == "Capturista General") | @endif | {{$townships[$i]->township}} | {{$townships[$i]->state}} | @if ($type == 'Administrador'|| $type == "Subadministrador"){!!$townships[$i]->edit!!} | {!!$townships[$i]->delete!!} | @elseif($type == "Capturista General"){!!$townships[$i]->edit!!} | @endif @endfor
|---|