@include('forms.fbncheader') @include('forms.fdatatables')
{!! Html::image("img/entreprise_cotisations.png", "Cotisations", array( 'width'=>'120px','maxwidth'=>'10%', "style"=>"padding:4px" )) !!}

Cotisations

{!! Form::hidden('employeur_id2', $employeur_id, ['id' => 'employeur_id2']) !!} {!! Form::label('employeur_nom', 'Employeur :' ) !!} {!! Form::text('employeur_nom', $employeur_nom, ['placeholder' => 'Employeur', 'class' => 'form-control' , 'id' => 'employeur_nom','style'=>'background:whitesmoke']) !!}
{!! Form::label('annes', 'Années :' ) !!} {!! Form::select('exercice',$exercices,$exercice, [ 'id' => 'exercice_id','class' => 'form-control selectpicker', 'data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke' ] ) !!}
@if($employeur_id)
SOLDE au 31/12/{!! (($exercice=="*")?date('Y'):$exercice)-1 !!} : 
{!! number_format($t_total["an"], 0, ',', ' ') !!}
SOLDE exercice {!! (($exercice=="*")?date('Y'):$exercice) !!} : 
{!! number_format($t_total["solde"], 0, ',', ' ') !!}
SOLDE au {!! "31/12/".(($exercice=="*")?date('Y'):$exercice) !!} : 
{!! number_format($t_total["solde"]+$t_total["an"], 0, ',', ' ') !!}
SOLDE au {!! date('d/m/Y') !!} : 
{!! number_format($t_total["soldejour"], 0, ',', ' ') !!}
@endif
@if($employeur_id) {!! Form::open(['url' => 'recouvrement/cotisations_lettrage/'.$employeur_id.'/'.$exercice, 'method' => 'PUT']) !!} {!! form::hidden('checkboxes',$checkboxes,['id'=>'checkboxes']) !!} {!! form::hidden('checklist','',['id'=>'checklist']) !!}
@if($employeur_id=='TOUS') @endif @if($employeur_id=='TOUS') @endif @foreach ($cotisations as $cotisation)
  N°EmployeurEx Date TypeCotis Opé. Pmt CLR CCPF Débit Crédit Mois NbMois BdPu BdPr DatDépôt DatEncais Lettrage Observations  
@if($user->can("COT_AJO") || $user->HasRole("ADMINISTRATEUR")) Nouveau @endif