@extends('admin.layout.master') @section('content') Adhérents Home Liste des Adhérents de la Police @if (isset($police)) " {{ $police->libellePolice }}" @endif Détail Adhérent {{-- Ajouter un Utilisateur --}} {{ $adherent->nom.' '.$adherent->prenoms}} Numéro Adhérent : {{ $adherent->numeroAdherent }} Date D'entrée : {{ $adherent->dateEntree->format('d/m/Y') }} Bénéficiaire (s) : {{ $nbre_beneficiaire}} Information sur l'Adhérent Information sur la Famille Retour aux adhérents {{-- WORK LINK Website Link Bootsnipp Profile Bootply Profile SKILLS Web Designer Web Developer WordPress WooCommerce PHP, .Net --}} Numéro Adhérent {{ $adherent->numeroAdherent }} Ticket Modérateur Adhérent {{ $adherent->ticketModerateurAdherent }} % Nom & Prénoms {{ $adherent->nom.' '.$adherent->prenoms }} Date de naissance {{ $adherent->dateNaissance->format('d/m/Y') }} Sexe {{ $adherent->sexe }} Téléphone {{ $adherent->telephonePortable }} Email {{ $adherent->email }} Adresse {{ $adherent->adresseGeo.' '.$adherent->adressePostale }} Pays @if (isset($pays)) {{ $pays->libelle }} @else Non Défini @endif Région @if (isset($region)) {{ $region->libelle }} @else Non Défini @endif Commune @if (isset($localite)) {{ $localite->libelle }} @else Non Défini @endif Groupe Sanguin @if ($adherent->codeGroupeSanguin == "I" || $adherent->codeGroupeSanguin ==" ") Inconnu @else {{ $adherent->codeGroupeSanguin }} @endif {{-- Groupe Sanguin @if ($adherent->codeGroupeSanguin == "I" || $adherent->codeGroupeSanguin ==" ") Inconnu @else {{ $adherent->codeGroupeSanguin }} @endif --}} Souscripteur / Police : {{ $client->nom.' '.$client->prenoms }} / {{ $adherent->police->libellePolice.'-'.$adherent->police->numeroPolice }} Plafonds Famille : {{ number_format($adherent->plafondAdherent, 0, ',', ' ') }} FCFA {{-- Consommations 10$/hr Solde 230 --}} 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
Bénéficiaire (s) : {{ $nbre_beneficiaire}}
WORK LINK
SKILLS
{{ $adherent->numeroAdherent }}
{{ $adherent->ticketModerateurAdherent }} %
{{ $adherent->nom.' '.$adherent->prenoms }}
{{ $adherent->dateNaissance->format('d/m/Y') }}
{{ $adherent->sexe }}
{{ $adherent->telephonePortable }}
{{ $adherent->email }}
{{ $adherent->adresseGeo.' '.$adherent->adressePostale }}
@if (isset($pays)) {{ $pays->libelle }} @else Non Défini @endif
@if (isset($region)) {{ $region->libelle }} @else Non Défini @endif
@if (isset($localite)) {{ $localite->libelle }} @else Non Défini @endif
Inconnu
{{ $adherent->codeGroupeSanguin }}
{{ $client->nom.' '.$client->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