@extends('front.second_search') @section('content')
@include('front.filters')

Personnalité(e)(s)

Afficher tout

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

@foreach($persons as $person)

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

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

{{$person->prenom}} {{$person->nom}}

{{$person->biographie}}

@endforeach

Organisations

Afficher tout

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

@foreach ($entities as $entity)

Warning: Undefined variable $entity in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 52

Warning: Attempt to read property "logo" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 52

{{$entity->libelle}}


    Warning: Undefined variable $entity in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 63

    Warning: Attempt to read property "pays" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 63

    Warning: Undefined variable $entity in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 63

    Warning: Attempt to read property "ville" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR.blade.php on line 63

@endforeach
@endsection @section('js') @endsection