-
@if ($sc->posts->isEmpty())
- {{ 'NO POST' }} @else @foreach ($sc->posts as $al)
-
{{ $al->title }}
@if (date('Y-m-d') <= $al->check_date)
New
@endif
{{ date('M d, Y', strtotime($al->created_at)) }}
@endforeach
@endif