{{-- Esnek deadline kuralı kontrolü (quick-view / qd stili). Gerekli: $name, $label. Opsiyonel: $rule (array), $hint, $anchors (value=>label) --}} @php $rule = $rule ?? []; $mode = $rule['mode'] ?? ''; $anchors = $anchors ?? ['departure' => 'Kalkış', 'publish' => 'Yayın Tarihi', 'booking_close' => 'Rez. Kapanışı']; @endphp