WHERE DAYOFWEEK(date) = 7 AND date > 'какое то нужное вам значение',
<?php if (date('Y.m.d')>'2019.03.23') { ?>
<div class="card">
<img class="card-img-top img-fluid" src="..." alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Card title that wraps to a new line</h4>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<button type="button">Подробнее</button>
</div>
</div>
<?php } ?>