@php $totalBox = $totalBox ?? 3; $gridClass = match ((int) $totalBox) { 4 => 'col-sm-3', default => 'col-sm-4', }; $style = "height:24vw"; if($totalBox == 3) $style = "height:30vw"; @endphp
{!! @$metaArr['invite_description'] !!}