@extends('layouts.guest') @section('title', 'PDCN - ' . $panneau->nom) @section('content') @php $viewType = $panneau->typeMiseEnForme == 1 ? 'pdcn_informations_type1' : 'pdcn_informations_type2'; function contrastColor($hexColor) { $hex = str_replace('#', '', $hexColor); $r = hexdec(substr($hex, 0, 2)); $g = hexdec(substr($hex, 2, 2)); $b = hexdec(substr($hex, 4, 2)); $brightness = ($r * 299 + $g * 587 + $b * 114) / 1000; return $brightness > 128 ? 'black' : 'white'; } @endphp @if($panneau->actif == false)
"; echo "Actuel: {$lot->nom} (ID {$lot->id}) | Co-traitant: " . ($isCoTraitant ? 'oui' : 'non') . "\n"; if ($nextLot) { echo "Suivant: {$nextLot->nom} (ID {$nextLot->id}) | Co-traitant: " . ($nextLot->lotParent ? 'oui' : 'non') . "\n"; } else { echo "Suivant: — (dernier élément)\n"; } echo ""; */ if (!$isLastItem) { if ($nextLot->lotParent) { $showHr = false; } } else { $showHr = false; } @endphp
Affichage dématérialisé autorisé selon Art R8221-1