@extends('layouts.app') @section('content') @if ($hasSearch)

{{ $total }} résultat(s)

@if($results->count())
@foreach((array)($filters['aesthetic'] ?? []) as $aesthetic) @endforeach @foreach(['format', 'period', 'territory', 'organizer_type', 'center_city', 'radius_km'] as $field) @endforeach
@foreach ($results as $organization)

{{ $organization->name }}

{{ $organization->city }} @if($organization->country) - {{ $organization->country }} @endif

{{ $organization->organizer_types }}

{{ $organization->commercial_status }}

{{ $organization->contactLabel() }}

@if($organization->bestEmail()) Envoyer un mail @else Email à vérifier @endif
@endforeach
@else

Aucun résultat pour ces critères.

@endif
@endif @endsection @push('scripts') @endpush