{{-- @dump($pdf) --}}
![]() |
Contrat de pension {{$reservation->reference ?? ''}} |
Horaires : Lundi, Mardi, Mercredi, Jeudi, Vendredi 9h30-12h30 et 14h-18h30 Samedi 9h30-16h / Fermé le Dimanche |
Nom - Prénom (CIN) : | Email : | Téléphone : | |
{{ $reservation->client->name ?? '' }}
{{ $reservation->client->cin ? '(' . $reservation->client->cin . ')' : '' }}
|
{{ $reservation->client->email ?? '' }}
|
{{ $reservation->client->phone ?? '' }}
{{ $reservation->client->tel_2 ? ' - ' . $reservation->client->tel_2 : '' }}
|
|
Adresse : | |||
{{ $reservation->client->address ?? '' }}
|
Date de naissance : | Date dernier rappel vaccin : | Date dernier vermifuge : | Date dernière chaleur : | Date dernier antiparasitaire : | ||
{{ isset($detailsReservation->pet->date_de_naissance)? date('d-m-Y', strtotime($detailsReservation->pet->date_de_naissance)): '' }}
|
{{ isset($detailsReservation->pet->date_dernier_vaccin)? date('d-m-Y', strtotime($detailsReservation->pet->date_dernier_vaccin)): '' }}
|
{{ isset($detailsReservation->pet->date_dernier_vermifuge)? date('d-m-Y', strtotime($detailsReservation->pet->date_dernier_vermifuge)): '' }}
|
{{ isset($detailsReservation->pet->date_dernier_chaleur)? date('d-m-Y', strtotime($detailsReservation->pet->date_dernier_chaleur)): '' }}
|
{{ isset($detailsReservation->pet->date_dernier_antiparasite)? date('d-m-Y', strtotime($detailsReservation->pet->date_dernier_antiparasite)): '' }}
|
Article : | Prix : |
Clinique : | Problèmes de santé connus : |
{{ $detailsReservation->pet->belongsToVeterinaire->veterinaire ?? '' }} -
{{ $detailsReservation->pet->belongsToVeterinaire->tel_1 ?? '' }}
|
{{ $detailsReservation->pet->belongsToVeterinaire->veterinaire ?? '' }} -
{{ $detailsReservation->pet->belongsToVeterinaire->tel_1 ?? '' }}
|
{{ $detailsReservation->pet->probleme_de_sante ?? '' }}
|
Problèmes de santé connus : |
{{ $detailsReservation->pet->probleme_de_sante ?? '' }}
|
Article : | Prix : | Quantité : | {{-- @if ($accessoireService->remise > 0)Remise : | @endif --}}Total : |
{{ $accessoireService->article->libelle ?? '' }}
|
{{ $accessoireService->prix ?? '' }} MAD
|
{{ $accessoireService->qte ?? 0 }}
|
{{-- @if ($accessoireService->remise > 0)
{{ $accessoireService->remise ?? 0 }} %
|
@endif --}}
{{ $accessoireService->total ?? 0 }} MAD
|
@if ($reservation->remarque ?? false)
Remarque :
{{ $reservation->remarque ?? '' }}
@endif
|
Facturation
|
|||
Montant Total du séjour : |
{{ number_format($reservation->total ?? 0, 2, ',', ' ') }}
MAD
|
|||
Montant Acompte : |
{{ number_format($reservation->reglement ?? 0, 2, ',', ' ') }} MAD
|
|||
Montant Restant : |
{{ number_format($reservation->reliquat ?? 0, 2, ',', ' ') }} MAD
|
|||
(à verser le jour de l’entrée à Le Petzy) |
Signature du propriétaire
(Précédée de la mention « lu et approuvé »)
|
Signature Le Petzy
|
||
|
{{--
![]() |