@php $days = [ 0 => 'Lundi', 1 => 'Mardi', 2 => 'Mercredi', 3 => 'Jeudi', 4 => 'Vendredi', 5 => 'Samedi', 6 => 'Dimanche', ]; @endphp

Nouvelle demande de connexion

Une pharmacie a complété son formulaire d'inscription. Les informations doivent être vérifiées avant la validation du profil.

En attente de validation

Informations générales

Adresse

{{ $connectionDemand->address }}
{{ $connectionDemand->postal_code }} {{ $connectionDemand->city }}
{{ $connectionDemand->region }}

Équipement

Informations de facturation

{{ $connectionDemand->facturation_address }}
{{ $connectionDemand->facturation_postal_code }} {{ $connectionDemand->facturation_city }}

@if (!empty($connectionDemand->hours))

Horaires d'ouverture

@foreach ($connectionDemand->hours as $hour) @if ($hour['is_closed']) @else @endif @endforeach
Jour Ouverture Fermeture
{{ $days[$hour['day']] ?? 'Jour inconnu' }} Fermé {{ $hour['open'] ?? 'Non renseignée' }} {{ $hour['close'] ?? 'Non renseignée' }}
@endif Examiner la demande