@extends('layouts.dash') @section('title') Bordereaux @stop @section('title_card',"") @section('subtitle_card',"") @section('content') @if (Session::has('message'))
| Id | N°Emp | Employeur | NbSalariés | Bdx | @if($bdx_id=="9999" || $bdx_prive_id=="9999")BdxEtat | @endifNbMois | Mois | Exercice | Année Rattach. |
Type PMT |
Type Ope. |
CLR | CCPF | Débit | Crédit |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $cotisation->id !!} @if($cotisation->VerrouLibelleDetail!="" && 1==0) {{-- Desactivé pour l'instant --}} {{ $cotisation->VerrouLibelleDetail }} @endif | {!! $cotisation->sonum !!} | {!! $cotisation->employeur !!} | {!! $cotisation->nbsal !!} | {!! (($cotisation->bdx==0)?"":$cotisation->bdx). (($cotisation->bdx_prive==0)?"":$cotisation->bdx_prive) !!} | @if($bdx_id=="9999" || $bdx_prive_id=="9999"){!! $cotisation->VerrouLibelle !!} | @endif{!! $cotisation->nbmois !!} | {!! $cotisation->MoisLettre !!} | {!! $cotisation->exercice !!} | {!! $cotisation->AnneeRatachement !!} | {!! $cotisation->typepmt !!} | {!! $cotisation->type_ope !!} | {!! number_format($cotisation->clr,0,","," ") !!} | {!! number_format($cotisation->ccpf,0,","," ") !!} | {!! number_format($cotisation->debit,0,","," ") !!} | {!! number_format($cotisation->credit,0,","," ") !!} |
| {!! $total["nbsal"] !!} | {!! $total["nbmois"] !!} | {!! number_format($total["clr"],0,","," ") !!} | {!! number_format($total["ccpf"],0,","," ") !!} | {!! number_format($total["debit"],0,","," ") !!} | {!! number_format($total["credit"],0,","," ") !!} |