@extends('layout.base', ['title' => 'Assurance - Liste des Affiliers']) @section('content')

LISTE DES AFFILIERS


Liste des Affiliers
@foreach ($Affiliers as $Affilier) @endforeach
Ref Code Adherant Origine Date Entrée Cot.Mens S.A Action
{{ $Affilier->id }} {{ $Affilier->Code }} {{ $Affilier->Nom }} {{ $Affilier->Prenom }} {{ $Affilier->Origine }} {{ $Affilier->DateEntree }} {{ $Affilier->CotisationM }} {{ $Affilier->SoinsAmbilatoire }}%
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection