| {{ $item->title }} |
@if (\Carbon\Carbon::now()->gt(\Carbon\Carbon::parse($item->day_date)) && $item->Product()->where('closed', '0')->count() > 0)
مباشر
@elseif(\Carbon\Carbon::now()->lt(\Carbon\Carbon::parse($item->day_date)) )
لم يبدأ
@elseif($item->Product()->count() == 0 )
المزاد فارغ
@else
تم الانتهاء
@endif
|
{{$item->day_date}} |
{{$item->address}} |
{{$item->Product()->count()}}
|
@endforeach