【发布时间】:2019-02-26 16:22:12
【问题描述】:
如果时间表已过期,我该如何实施,我想在哪里返回“比赛即将开始”的状态。
代码如下:
@if($match->schedule > 0)
<strong id="match_schedule">Match will start soon</strong>
@endif
我试过了:
@if($match->schedule > $match->schedule)
<strong id="match_schedule">Match will start soon</strong>
@endif
但它不起作用。有什么想法吗?
【问题讨论】:
标签: laravel-5 php-carbon