Showing (1 - 12 products of 7371 products)
Show Items
@if ($ads->isEmpty())
@else
@endif
No Ads found!
@foreach ($ads as $ad)
@if (Auth::check())
@if ($user->hasFavorited($ad))
@else
@endif
@else
@endif
@endforeach
{{ $ad->title }}
{!! \Illuminate\Support\Str::limit($ad->description, 150, $end = '...') !!}
Ksh {{ number_format($ad->price, 0) }}
View Details
@foreach ($ads as $ad)
@if (Auth::check())
@if ($user->hasFavorited($ad))
@else
@endif
@else
@endif
@endforeach
{{ $ad->title }}
{!! \Illuminate\Support\Str::limit($ad->description, 150, $end = '...') !!}