@if($filtros['filtro_numero']) @endif @if($filtros['filtro_padre']) @endif @if($filtros['filtro_localidad']) @endif @if($filtros['filtro_codigo']) @endif @if($filtros['filtro_nombre']) @endif @if($filtros['filtro_estado']) @endif @foreach($data as $key => $item) @if($filtros['filtro_numero']) @endif @if($filtros['filtro_padre']) @endif @if($filtros['filtro_localidad']) @endif @if($filtros['filtro_codigo']) @endif @if($filtros['filtro_nombre']) @endif @if($filtros['filtro_estado']) @endif @endforeach
#CódigoTipo LocalidadCodigoNombreEstado
{{$item->localidad_padre_id}}{{$item->localidad_nombre}}{{$item->local_tipo_nombre}} {{$item->localidad_codigo}} {{$item->localidad_nombre}} @if ($item->localidad_estado == 1) Activo @else Inactivo @endif