{{-- Pandini Voyages - Booking Hold Countdown Component Usage: @include('components.booking-countdown', [ 'holdId' => $holdId, 'expiresAt' => $expiresAt, 'sticky' => true, // optional 'compact' => false // optional ]) --}} @props([ 'holdId', 'expiresAt', 'sticky' => false, 'compact' => false ])