| IDS | Image | Ad Details | Starting Price | Sold By | Availablity | Action | |
|---|---|---|---|---|---|---|---|
|
SID: {{ $ad->id }} Date : {{ $ad->created_at->format('Y-M-d') }} |
{{-- $ad->images[0]->image --}}
|
{{ $ad->name }} Payment Method: {{ $ad->payment_method }} |
@foreach ($ad->prices as $price)
${{ number_format($price->rrp,2) }} {{ $ad->payment_method }} @endforeach |
{{ $ad->user->name }} Main City Singapore Singapore {{ $ad->payment_method }} |
@foreach ($ad->prices as $price) {{ ($price->availability === 'yes') ? 'Available' : 'Not Available' }} @endforeach | @if ($ad->status === 1) @else @endif |