@extends('admin.layout.master') @section('content')
@php $photoPath = 'plugins/thumbs/vitalis/' . $adherent->lienPhoto; $imagePath = ($adherent->lienPhoto && file_exists(public_path($photoPath))) ? asset($photoPath) : asset('plugins/thumbs/img_placeholder.png'); @endphp Photo adhérent

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

N°: {{ $adherent->numeroAdherent }} Entrée: {{ $adherent->dateEntree->format('d/m/Y') }} {{ $nbre_beneficiaire }} Bénéficiaire(s)
Ticket Modérateur {{ $adherent->ticketModerateurAdherent }} %
Statut Actif
@if ($adherent->enVigueur == 1 && $adherent->sorti != 1 && $currentUser->hasPermission('admin.beneficiaire.beneficiaireModal')) @endif Retour aux adhérents
Sexe {{ $adherent->sexe }}
Date de naissance {{ $adherent->dateNaissance->format('d/m/Y') }}
Téléphone {{ $adherent->telephonePortable ?? 'Non renseigné' }}
Email {{ $adherent->email ?? 'Non renseigné' }}
Adresse {{ trim($adherent->adresseGeo.' '.$adherent->adressePostale) ?: 'Non renseignée' }}
Pays {{ isset($pays) ? $pays->libelle : 'Non Défini' }}
Région {{ isset($region) ? $region->libelle : 'Non Définie' }}
Commune {{ isset($localite) ? $localite->libelle : 'Non Définie' }}
Groupe Sanguin {{ ($adherent->codeGroupeSanguin == "I" || trim($adherent->codeGroupeSanguin) == "") ? 'Inconnu' : $adherent->codeGroupeSanguin }}
Souscripteur / Police {{ $client->nom.' '.$client->prenoms }}   |   {{ $adherent->police->libellePolice.' - '.$adherent->police->numeroPolice }}
Plafonds Famille {{ number_format($adherent->plafondAdherent, 0, ',', ' ') }} FCFA
Primes de base {{ number_format($adherent->primeFamille, 0, ',', ' ') }} FCFA
Primes Nette {{ number_format($adherent->primeHt, 0, ',', ' ') }} FCFA
Taxes {{ number_format($adherent->taxe, 0, ',', ' ') }} FCFA
Primes TTC {{ number_format($adherent->primeTtc, 0, ',', ' ') }} FCFA
@endsection @section('scripts') @endsection