@extends('admin.layout.master') @section('content')
Détail Bénéficiaire
{{ $beneficiaire->nom.' '.$beneficiaire->prenoms}}
Numéro Adhérent : {{ $beneficiaire->numeroAdherent }}

Bénéficiaire (s) : {{ $nbre_beneficiaire}}

{{ $adherent->numeroAdherent }}

{{ $adherent->ticketModerateurAdherent }} %

{{ $adherent->nom.' '.$adherent->prenoms }}

{{ $adherent->dateNaissance->format('d/m/Y') }}

{{ $adherent->sexe }}

{{ $adherent->telephonePortable }}

{{ $adherent->email }}

{{ $adherent->adresseGeo.' '.$adherent->adressePostale }}

{{ $pays->libelle }}

{{ $region->libelle }}

{{ $localite->libelle }}

@if ($adherent->codeGroupeSanguin == "I" || $adherent->codeGroupeSanguin ==" ")

Inconnu

@else

{{ $adherent->codeGroupeSanguin }}

@endif
{{--
@if ($adherent->codeGroupeSanguin == "I" || $adherent->codeGroupeSanguin ==" ")

Inconnu

@else

{{ $adherent->codeGroupeSanguin }}

@endif
--}}

{{ $souscripteur->nom.' '.$souscripteur->prenoms }} / {{ $adherent->police->libellePolice.'-'.$adherent->police->numeroPolice }}

{{ number_format($adherent->plafondAdherent, 0, ',', ' ') }} FCFA

{{--

10$/hr

230

--}}

{{ number_format($adherent->primeFamille, 0, ',', ' ') }} FCFA

{{ number_format($adherent->primeHt, 0, ',', ' ') }} FCFA

{{ number_format($adherent->taxe, 0, ',', ' ') }} FCFA

{{ number_format($adherent->primeTtc, 0, ',', ' ') }} FCFA

@endsection