{{-- Search Box for tables --}} @props([ 'name' => 'search', 'value' => '', 'placeholder' => __('pages/common.search_ellipsis'), ]) @php $c = 'block w-full rounded-lg border border-input bg-card py-2 ps-9 pe-3 text-sm text-card-foreground shadow-sm transition-colors duration-200 placeholder:text-muted-foreground focus:border-primary-500 focus:outline-none focus:ring-2 focus:ring-primary-500/20 dark:focus:border-primary-400'; @endphp
merge(['class' => $c]) }} />