{{ $title }}

@foreach ($ads as $ad) @endforeach
Ad Info Listed Date Price (KES) Price Type Ad Status Action
{{ \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 ($ad['ad_status'] === 'ACTIVE')
  • @endif {{-- --}}
  • @if ($ad['ad_status'] === 'ARCHIVED')
    @csrf
    @else
    @csrf
    @endif
    @if ($prev_page_url != null)
  • Prev
  • @endif @if ($next_page_url != null)
  • Next
  • @endif