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

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

@forelse ($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
@empty

Aucun résultat pour ces critères.

@endforelse
@endif @endsection