{{ $title }}
| Ad Info | Listed Date | Price (KES) | Price Type | Ad Status | Action |
|---|---|---|---|---|---|
|
@if (!empty($ad['pictures']))
|
{{ \Carbon\Carbon::parse($ad['created_at'])->diffForHumans() }} | {{ number_format($ad['price']) }} | {{ $ad['price_type'] }} | @if ($ad['ad_status'] === 'ACTIVE') Active @elseif ($ad['ad_status'] === 'SUSPENDED') Suspended @else Pending @endif |
-
@if ($current_page > 1)
- {{ $current_page - 1 }} @endif
- {{ $current_page }} @if ($last_page > 1 && $next_page_url != null)
- {{ $current_page + 1 }} @endif