Find affordable halls
in a few clicks
{app('query')->getPropertyLastMinuteRateCount(['status' => 1, 'approved' => 1]);}
@if (app('query')->lastMinuteCount > 0)
{$endTime = app('query')->getTheLastMinuteEndTime();}
@if ($endTime > 0 && app('query')->propertyHasLastMinuteDiscount())
Last minute deals ends in
00:00:00
Explore deals!
@endif
@else
{$startTime = app('query')->getTheLastMinuteStartTime();}
@if ($startTime > 0)
Last minute deals starts in
00:00:00
Get notified!
@endif
@endif