@props([ 'action' => null, 'placeholder' => 'Quick search...', 'category' => null, ]) @php $baseUrl = $action ?? route('search'); if ($category !== null && (int) $category > 0) { $baseUrl .= (str_contains($baseUrl, '?') ? '&' : '?') . 't=' . (int) $category; } @endphp