@extends('layouts.app2') @section('title') @if(request()->has('page') && request()->input('page') >= 1) Prix {{ $title }} en Tunisie - Page {{ request()->input('page') }} @else Prix {{ $title }} en Tunisie @endif @endsection @section('meta_keywords') Adlyno, {{$category1->category_name}}, {{ $title }}, annonces, Tunisie, vente {{$category1->category_name}},{{ $category1->category_name . ' - Page ' . $Posts->currentPage() . ' | Adlyno' }}, acheter {{$category1->category_name}}, meilleures offres {{$category1->category_name}} @endsection @section('meta_description') Explorez les dernières annonces de {{ $category1->category_name . ' - Page ' . $Posts->currentPage() }} sur Adlyno . Trouvez et achetez les meilleures offres de {{ $title }} en Tunisie avec facilité et sécurité. @endsection @section('content')
@if(!$isWebView) @endif

@if(request()->has('page') && request()->input('page') >= 1) {{$category1->category_name}} en Tunisie | Page {{ request()->input('page') }} @else {{$category1->category_name}} En tunisie @endif

@php $counter = 0; // Initialiser un compteur @endphp @foreach($Posts as $post)

{{ $post->city->city_name ?? 'City not specified' }}.

@if($post->post_money == 0) Négociable @else {{ number_format($post->post_money) }} TND @endif {{ $post->created_at->diffForHumans() }}
@php $counter++; // Incrémenter le compteur @endphp @if($counter % 12 == 0)
@endif @endforeach
@if ($Posts->hasPages())
@endif
@if(!$isWebView) @include('../layouts.footer') @endif @endsection