@props([ 'station' ]) @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; } @endphp