@extends('layouts.search') @section('title') Trombino - Search @endsection @section('css') @endsection @section('content')
@include('front.filters')
{{--
@if(request()->get('datatype')) More Options @endif
--}}

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/search_result.blade.php on line 180

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

{{$entity->libelle}}


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

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

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

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

@endforeach

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/search_result.blade.php on line 216

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

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

{{$person->biographie}}

@endforeach
@include('front.filters_r')
@endsection @section('js') @endsection