{{ $title }}
| Banner Info | Listed Date | Description | Banner Status | Visits | Action |
|---|---|---|---|---|---|
|
@if (!empty($ad['image_url']))
|
{{ \Carbon\Carbon::parse($ad['created_at'])->diffForHumans() }} | {{ $ad['description'] }} | @if ($ad['approved'] && $ad['archived'] == 0) Active @elseif ($ad['archived'] == 1) Archived @else Pending @endif | {{ $ad['visits'] }} |
-
@if ($current_page > 1)
- {{ $current_page - 1 }} @endif
- {{ $current_page }} @if ($last_page > 1 && $next_page_url != null)
- {{ $current_page + 1 }} @endif