@extends('layout.base', ['title' => 'Assurance - Journal Cotisation']) @section('content')
{{ csrf_field() }}
@if(session()->get('Profil')=='Partenaire') @else
@endif @if(session()->get('Profil')!='Partenaire')
@endif
{!! $errors->first('Affilier', ':message') !!}

{!! $tableListe !!} @foreach($Somme as $S) @endforeach
CODE ADHERANT JANVIER FEVRIER MARS AVRIL MAI JUIN JUILLET AOUT SEPTEMBRE OCTOBRE NOVEMBRE DECEMBRE TOTAL
{{ $S->AF}} {{ $S->AF}} 0 0 0 0 0 0 0 0 0 0 0 0 0
@endsection