@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/searchR2.blade.php on line 177

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

{{$entity->libelle}}


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

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

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

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

Personnes

Afficher tout

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

@php // dd($persons); @endphp @forelse($persons as $person)

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

Warning: Attempt to read property "img_perso_url" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/searchR2.blade.php on line 209
@endforeach
@include('front.filters_r')
@endsection @section('js') @endsection