The 1st place to look for 2nd Amendment deals!
@forelse ($categories->slice(0, 5) as $category)
{{ $category->category }}
@empty
@endforelse
campaign
No record found!
Category
Select your category below or click the View All button and filter the results to quickly find your favorite gun, optic, service, knife, bow, accessory and much more.
@forelse ($categories as $category)
@empty
@endforelse
campaign
No record found!
Featured Ads
@forelse ($featuredAdsList as $post)
@empty
@php
$fileLink = $post['upload_media_link'];
$fileExtension = strtolower(pathinfo($fileLink, PATHINFO_EXTENSION));
$videoFormats = ['mp4'];
$imageFormats = ['jpeg', 'jpg', 'png', 'PNG', 'JPEG', 'JPG'];
@endphp
@if (in_array($fileExtension, $videoFormats))
@elseif (in_array($fileExtension, $imageFormats))
@else
Featured
@if ($post['average_stars'] > 0 )
{{ $post['average_stars'] }}
@endif
Unsupported media format.
@endif
@if($post['business_name'])
{{ $post['business_name'] }}
@endif
{{ $post['currency'] }} {{ $post['post_price'] }}
{{ $post['post_title'] }}
@if(!empty($post['home_url']))
@endif
{{ $post['location_address'] }}
{{ Carbon::parse($post['reload_at'])->format('d F, Y') }}
No users found.
@endforelse
@foreach($promotionalads as $ads)
@if($ads->banner)
@php
$fileLink = $ads->banner;
$fileExtension = strtolower(pathinfo($fileLink, PATHINFO_EXTENSION));
$videoFormats = ['mp4', 'webm'];
$imageFormats = ['jpeg', 'jpg', 'png', 'JPEG', 'JPG', 'PNG'];
@endphp
@if (in_array($fileExtension, $videoFormats))
banner_url ? 'target="_blank"' : '' }}>
@elseif (in_array($fileExtension, $imageFormats))
@else
@else
@endforeach
Unsupported media format.
@endif @else banner_url ? 'target="_blank"' : '' }}> @if (isVideo($ads->link)) @elseif (isImage($ads->link))The link is neither an image nor a video.
@endif @endifThe Latest Ads
Browse the latest member listings
@forelse ($popularAdsList as $post)
@empty
@php
$fileLink = $post['upload_media_link'];
$fileExtension = strtolower(pathinfo($fileLink, PATHINFO_EXTENSION));
$videoFormats = ['mp4', 'webm'];
$imageFormats = ['jpeg', 'jpg', 'png', 'JPEG', 'JPG', 'PNG'];
@endphp
@if (in_array($fileExtension, $videoFormats))
@elseif (in_array($fileExtension, $imageFormats))
@else
Unsupported media format.
@endif
@if ($post['average_stars'] > 0 )
{{ $post['average_stars'] }}
@endif
@if($post['business_name'])
{{ $post['business_name'] }}
@endif
{{ $post['currency'] }} {{ $post['post_price'] }}
{{ $post['post_title'] }}
@if(!empty($post['home_url']))
@endif
{{ $post['location_address'] }}
{{ Carbon::parse($post['reload_at'])->format('d F, Y') }}
No users found.
@endforelse