@forelse ($devisList as $devis) @empty @endforelse
Reference Client Date Total HT Total TTC Statut Actions
{{ $devis->reference }} {{ $devis->client->name }} {{ $devis->devis_date->format('d/m/Y') }} {{ number_format($devis->total_ht, 3, ',', ' ') }} DT {{ number_format($devis->total_ttc, 3, ',', ' ') }} DT @if($devis->status === 'converted') Converti @else Brouillon @endif
@if($devis->status !== 'converted') @endif

@if (($search ?? '') !== '') Aucun devis ne correspond a « {{ $search }} ». @else Aucun devis trouve. @endif

@if($devisList->hasPages())
{{ $devisList->links() }}
@endif