@extends('layouts.search') @section('title') Trombino - Search @endsection @section('css') @endsection @section('content')
@include('front.filters')

Personnalité(e)(s)

Environ {{number_format($count_persons, 0, ',', ' ')}} résultats

@forelse($persons as $person)

Warning: Undefined variable $person in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/search_result_persons.blade.php on line 148

Warning: Attempt to read property "img_perso_url" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/search_result_persons.blade.php on line 148
@endforeach

@if(isset($es)) {{-- {!! $admin_exceptions->appends(request()->query())->links() !!} --}} @else {{-- {!! $persons->appends(request()->query())->links() !!} --}} @endif
@include('front.filters_r')
@endsection @section('js') @endsection