@php $isPaid = $row->is_paid || $row->paid_at; $paidDate = $row->paid_at; @endphp
@if($isPaid) PayƩ @else En attente @endif @if($isPaid && $paidDate) {{ $paidDate->format('d/m/Y') }} @endif