@if (isset($filtros['nombre'])) @endif @foreach($data as $key => $item) @endforeach
NombreDescripción Estado
{{$item->departamento_nombre}} {{$item->departamento_descripcion}} @if($item->departamento_estado == 1) Activo @else Inactivo @endif