@extends('layouts.dash') @section('title') Cotisations @stop @section('title_card',"") @section('subtitle_card',"") @section('content') @if (Session::has('message'))
| N° | Ex | Employeur | Date | Pmt | CLR | CCPF | Débit | Crédit | Mois | NbMois | BdPu | BdPr | DateEnc | Compte | Comptabilité |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif {!! $cotisation->id !!} @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif | {!! $cotisation->exercice !!} | {!! $cotisation->NomEmployeur !!} | {!! $cotisation->date !!} | {!! $cotisation->typepmt !!} | {!! $cotisation->clr !!} | {!! $cotisation->ccpf !!} | {!! $cotisation->debit !!} | {!! $cotisation->credit !!} | {!! $cotisation->mois !!} | {!! $cotisation->nbmois !!} | {!! $cotisation->bdx !!} | {!! $cotisation->bdx_prive !!} | {!! $cotisation->encais_date !!} | {!! $cotisation->encais_compte !!} | @if($cotisation->transaction) {!! $cotisation->EcritureComptaInfo !!} @endif |