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