@php $cont2 = 1; @endphp @foreach ($consultaModulo as $item) @php $tmp = strtolower($item->enlace); @endphp @if ( $cont2 == 1 )
@livewire("$tmp",['idmodulo'=>($item->id)])
@else
@livewire("$tmp",["idmodulo"=>($item->id)])
@endif @php $cont2++; @endphp @endforeach