@props([ 'station', 'hasSponsor' ]) @php switch($station->id) { case(1): $gradient = 'bg-grad-brand-radio'; $logo = 'brand-radio'; $height = 'sm:max-h-[100px] max-h-[50px]'; break; case(2): $gradient = 'bg-grad-brand-praise'; $logo = 'brand-praise'; $height = 'sm:max-h-[130px] max-h-[65px]'; break; case(3): $gradient = 'bg-grad-brand-gospel'; $logo = 'brand-gospel'; $height = 'sm:max-h-[130px] max-h-[65px]'; break; case(4): $gradient = 'bg-grad-brand-teaching'; $logo = 'brand-teaching'; $height = 'sm:max-h-[130px] max-h-[65px]'; break; case(5): $gradient = 'bg-grad-brand-christmas'; $logo = 'brand-christmas-open-doors'; $height = 'sm:max-h-[210px] max-h-[200px]'; break; } @endphp
in association with