Dear, I use a table like this with blade and controller in Laravel, it works.
Code:
(https://gist.github.com/gvillela7/d9ea8d680ed81cf27a99957288d0dfe9)
I created a Livewire component and use the same table in it, only that piece of code doesn’t work. Can you help? Thanks.
@if(@isset($arrayTarifa[$servico->IDTIPO_SRV][$tipo->ID_TIPO_CARRO]))
{{ $arrayTarifa[$servico->IDTIPO_SRV][$tipo->ID_TIPO_CARRO]->valor }} --> does not work
</td>
@else