@php $empresasComercial = []; $defaultImg = 'bannersComercial/BANNERDENTALPRESS1920X500.jpg'; // Fallback if ($collectionId == '5' || $collectionId == '6') { $empresasComercial = [ ['nome' => 'Easy3d', 'link' => 'https://www.easy3d.com.br/', 'imagem' => 'bannersComercial/Easy-3d-DPJO-e-clinica.png'], ['nome' => 'Id-Logical', 'link' => 'https://www.id-logical.com/', 'imagem' => 'bannersComercial/IDLOGICAL1.fw.png'], ['nome' => 'ClickAligner', 'link' => 'https://wa.me/5551982586525?text=Oi', 'imagem' => 'bannersComercial/bannerClickAligner.png'], ['nome' => 'ORTHOMETRIC', 'link' => 'https://www.orthometric.com.br/', 'imagem' => 'bannersComercial/diminuidocapelozza.fw.png'], ]; } elseif ($collectionId == '4') { $empresasComercial = [ ['nome' => 'CVdentus', 'link' => 'https://conteudo.cvdentus.com.br/parceria-dental-press', 'imagem' => 'bannersComercial/BANNERDENTALPRESS1920X500.jpg'], ['nome' => 'ultradent', 'link' => 'https://www.ultradent.com.br/', 'imagem' => 'bannersComercial/ULTRADENTBANNER.jpg'], ]; } elseif ($collectionId == '50') { $empresasComercial = [ ['nome' => 'CVdentus', 'link' => 'https://conteudo.cvdentus.com.br/parceria-dental-press', 'imagem' => 'bannersComercial/BANNERDENTALPRESS1920X500.jpg'] ]; } shuffle($empresasComercial); @endphp @if(count($empresasComercial) > 0)