|
|
# | الصوره |
الاسم
|
التسلسل (id)
|
السعر الشراء
|
سعر بدء المزاد
|
الحاله
|
طباعة | عمليات |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{$i++}} |
{{$item->title}}
{{$item->year}}
|
{{$item->id}} | {{$item->price}} | {{$item->auction_price}} |
@if ($bid = $item->Bid()->where('win', '1')->first())
مباعة
{{$bid->User->name ?? ''}}
@else
غير مباعة
@endif
{{$bid->amount}}
|
|