@props(['size' => 'md', 'title' => trans('plugins/marketplace::marketplace.verified')]) @php $sizes = [ 'sm' => '16', 'md' => '20', 'lg' => '24', 'xl' => '28' ]; $iconSize = $sizes[$size] ?? $sizes['md']; @endphp