@php $fromName = $fromName ?? 'date_from'; $toName = $toName ?? 'date_to'; $fromLabel = $fromLabel ?? 'From'; $toLabel = $toLabel ?? 'To'; $colClass = $colClass ?? 'col-6 col-md-4 col-xl-2'; $readOnly = $readOnly ?? false; @endphp