@if(App\Models\MyApp::hasSIPREDroit("montant_salaires"))
{!! html()->label( 'Salaires CPSWF : ','montant_salaires_cpswf') !!}
@if($allocataire->MontantSalaires)
Est salarié pour la CPSWF (a bénéficié d'un salaire ces 3 derniers mois)
@else
Aucune
@endif
@else
Accès non accordé par la CPSWF
@endif
@if(App\Models\MyApp::hasSIPREDroit("montant_retraite"))
{!! html()->label( 'Retraite CPSWF : ','montant_retraite_cpswf') !!}
@if($allocataire->MontantRetraiteCPSWF)
Bénéficie d'une Retraite CPSWF (a bénéficié d'une retraite ces 3 derniers mois)
@else
Aucune
@endif
@else
Accès non accordé par la CPSWF
@endif
@if(App\Models\MyApp::hasSIPREDroit("montant_alloc"))
{!! html()->label( 'Allocations CPSWF : ','montant_allocations_cpswf') !!}
@if($allocataire->MontantAllocations)
Bénéficie d'une Allocation CPSWF (a bénéficié d'une allocation ces 3 derniers mois).
{!! html()->label( 'Enfants : ','enfants') !!}
{!! $allocataire->getEnfantsAllocations(" ; ") !!}
@else
Aucune
@endif
@else
Accès non accordé par la CPSWF
@endif