{{$i}} |
{{$row->code}} |
{{$row->title}} |
{{$row->user->username}} |
{{$row->city ? $row->city->name['ar'] : "لم يتم ادخال المدينة او تم حذفها"}} |
{{$row->category->name['ar']}} |
{{$row->normal ? 'مزاد عادى' : 'مزاد مباشر'}} |
@if(\Carbon\Carbon::now() < $start_date)
قادم
@elseif($start_date <= \Carbon\Carbon::now() && $end_date >= \Carbon\Carbon::now())
حالى
@elseif($end_date < \Carbon\Carbon::now())
سابق
@endif
|
@if($row->code_recieve == 'wait')
في الانتظار
@elseif($row->code_recieve == 'true')
تم الاستلام
@else
لم يتم الاستلام
@endif
|
@if($row->status == 'active')
مفعل
@elseif($row->status == 'not_active')
غير مفعل
@elseif($row->status == 'cancel')
ملغى
@elseif($row->status == 'waiting')
فى الانتظار
@endif
|
|
|