@forelse($products as $product)
{{ $product->name }}
{{ \Carbon\Carbon::parse($product->created_at)->diffForHumans() }}
@if($product->has_phone != "off") @endif @if($product->has_wts != "off") @endif
{!! \Illuminate\Support\Str::limit($product->name, 20, '..') !!}

@if($product->tajeer_or_sell == 0) بيع @elseif($product->tajeer_or_sell == 1) إيجار @elseif($product->tajeer_or_sell == 2) شراء @else تبرع @endif {{ $product->price }} {{ __('word.KWD') }}

{{ optional($product->user)->name ?? 'معلن' }}
{{ $product->getFullLocation() ?? 'غير معروف' }}
@empty

لا توجد منتجات حتى الآن.

@endforelse
{{ $products->links('pagination.ajax-pagination') }}