@props(['key' => null, 'title' => null, 'description' => null, 'placement' => 'top']) @php $helpText = null; if ($key) { $helpText = config("help_texts.{$key}"); $title = $title ?? $helpText['title'] ?? ''; $description = $description ?? $helpText['short'] ?? ''; } @endphp