@extends('templates/header') @section('content')

{{$term}}

Il y a {{ $count }} produits

@foreach ($posts as $item)
@if(empty($item->prixp)) {{ $item->prix}} @else {{ $item->prixp}} {{ $item->prix}} @endif
@if (in_array($item->parent, $categories))
@csrf
Devis
@elseif (in_array($item->parent, $parents))
@csrf
Devis
@endif
@endforeach
{{ $products->links() }}
@endsection