{{-- resources/views/pdf/devis-rcprop-equides.blade.php --}} @php // Petites aides function date_fr($dmy){ try { return \Carbon\Carbon::parse($dmy)->format('d/m/Y'); } catch(\Exception $e){ return $dmy; } } // Dans $row->date_echeance on a "d-m-Y" (hérité) — on garde tel quel pour placer le mois $echeanceParts = explode('-', (string)$row->date_echeance); $moisEcheance = $echeanceParts[1] ?? ''; @endphp
{{-- HEADER --}}
header
{{-- IMAGE DE CONTENU EN FOND --}}
contenu
{{-- Coordonnées --}}
{{ ($row->nom ?? '').' '.($row->prenom ?? '') }}
{{ $row->telephone ?? '' }}
{{ $row->adresse ?? '' }}
{{ ($row->cp ?? '').' '.($row->ville ?? '') }}
{{ $row->email ?? '' }}
@if(in_array((int)$row->numerogarantie, [1]))
X
@endif @if(in_array((int)$row->numerogarantie, [2]))
X
@endif {{-- Cheval --}}
{{ $data['nomcheval'] ?? '' }}
{{ $data['numerosire'] ?? '' }}
{{-- Signature --}}
{{ date('d/m/Y') }}
Lyon
{{ config('parametresite.rcpe_prefixe') }}