@php $cardPartial = match(\App\Services\ThemeService::active()) { 'cloth' => 'themes.cloth.layouts.product-card', 'electronics' => 'themes.gadget.layouts.product-card', 'gadget' => 'themes.gadget.layouts.product-card', 'jewelry' => 'themes.jewelry.layouts.product-card', 'smartbazar' => 'themes.smartbazar.layouts.product-card', 'panjabi' => 'themes.panjabi.layouts.product-card', default => 'themes.organic.layouts.product-card', }; @endphp