@forelse ($estadosCiviles as $item) {{$item->ESTA_ID}} {{$item->ESTA_NOMBRE}} {{$item->ESTA_DETALLE}} @empty No se encontraron registros @endforelse @if (!is_array($estadosCiviles)) @slot('data', $estadosCiviles) @endif