Informations générales
|
N° APB {{ $connectionDemand->apb }} |
Nom de la pharmacie {{ $connectionDemand->name }} |
|
Titulaire {{ $connectionDemand->tutor ?: 'Non renseigné' }} |
Téléphone {{ $connectionDemand->tel }} |
|
Téléphone du titulaire {{ $connectionDemand->tel_tutor }} |
N° TVA {{ $connectionDemand->tva }} |
Adresse
{{ $connectionDemand->address }}
{{ $connectionDemand->postal_code }}
{{ $connectionDemand->city }}
{{ $connectionDemand->region }}
Équipement
|
Logiciel {{ $connectionDemand->software }} |
Robot {{ $connectionDemand->robot ? 'Oui' : 'Non' }} |
Informations de facturation
|
Nom {{ $connectionDemand->facturation_name }} |
{{ $connectionDemand->facturation_email }} |
|
N° TVA {{ $connectionDemand->facturation_tva ?: 'Non renseigné' }} |
Région {{ $connectionDemand->facturation_region }} |
{{ $connectionDemand->facturation_address }}
{{ $connectionDemand->facturation_postal_code }}
{{ $connectionDemand->facturation_city }}
Horaires d'ouverture
| Jour | Ouverture | Fermeture | ||
|---|---|---|---|---|
| {{ $days[$hour['day']] ?? 'Jour inconnu' }} | @if ($hour['is_closed'])Fermé | @else{{ $hour['open'] ?? 'Non renseignée' }} | {{ $hour['close'] ?? 'Non renseignée' }} | @endif|