@foreach($notifNonEnvoyes as $notifNonEnvoye)
@php
$DateDebut = date_create($notifNonEnvoye->DateDebut);
$DateDebutFinal = date_format($DateDebut, 'd/m/Y');
$DateFin = date_create($notifNonEnvoye->DateFin);
$DateFinFinal = date_format($DateFin, 'd/m/Y');
if($notifNonEnvoyes->bVm_pepi==0) {
$typeParcelle = "Vigne-mère";
}else {
$typeParcelle = "Pépinière";
}
@endphp
| Du {{ $DateDebutFinal }} au {{ $DateFinFinal }} |
{{ $notifNonEnvoyes->NumEnrFranceAgriMer }} |
{{ $typeParcelle }} |
Notification de suspicion non envoyée |
@endforeach
@foreach($parcellesSansExams as $parcellesSansExam)
@php
$DateDebut = date_create($parcellesSansExam->DateDebut);
$DateDebutFinal = date_format($DateDebut, 'd/m/Y');
$DateFin = date_create($parcellesSansExam->DateFin);
$DateFinFinal = date_format($DateFin, 'd/m/Y');
if($parcellesSansExam->bVm_pepi==0) {
$typeParcelle = "Vigne-mère";
}else {
$typeParcelle = "Pépinière";
}
@endphp
| Du {{ $DateDebutFinal }} au {{ $DateFinFinal }} |
{{ $parcellesSansExam->NumEnrFranceAgriMer }} |
{{ $typeParcelle }} |
Parcelle culturale sans compte rendu |
@endforeach
@foreach($examsSansNotifs as $examsSansNotif)
@php
$DateDebut = date_create($examsSansNotif->DateDebut);
$DateDebutFinal = date_format($DateDebut, 'd/m/Y');
$DateFin = date_create($examsSansNotif->DateFin);
$DateFinFinal = date_format($DateFin, 'd/m/Y');
if($examsSansNotif->bVm_pepi==0) {
$typeParcelle = "Vigne-mère";
}else {
$typeParcelle = "Pépinière";
}
@endphp
| Du {{ $DateDebutFinal }} au {{ $DateFinFinal }} |
{{ $examsSansNotif->NumEnrFranceAgriMer }} |
{{ $typeParcelle }} |
Compte rendu avec organisme nuisible sans notification de suspicion |
@endforeach