@include('forms.fbncheader') @include('forms.fdatatables') {!! Html::style('css/datepicker3.css') !!} {!! Html::script('js/bootstrap-datepicker.js') !!}
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('success'))
{!! \Session::get('success') !!}
@endif @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{!! Html::image("img/entreprise_cotisations.png", "Cotisations", array( 'width'=>'100%', "style"=>"padding:4px" )) !!}

Cotisations encaissées

Filtre
{!! Form::open(['url' => '/recouvrement/cotisation_encaissees_annee/', 'class' => 'form-horizontal', 'method' => 'POST']) !!} {!! Form::label('exercice', 'Exercice ') !!}
{!! Form::select('exercice',$exercices,$exercice, [ 'id' => 'exercice_id','class' => 'form-control ', 'style' => 'font-weight:bold;' ] ) !!}
{!! Form::label('mois_debut', ' ou Encaissements du  ') !!}
{!! Form::text('mois_debut', isset($mois_debut)?$mois_debut:null, ['placeholder' => 'Mois Début' , 'size'=>'8', 'class' => 'form-control']) !!}
{!! Form::label('mois_fin', 'au',['style'=>'padding:0px;']) !!}
{!! Form::text('mois_fin', isset($mois_fin)?$mois_fin:null, ['placeholder' => 'Mois Fin' , 'size'=>'8','class' => 'form-control']) !!}
{!! Form::label('encais_compte', 'Compte') !!}
{!! Form::select('encais_compte',App\Models\MyApp::COMPTES_ENCAISSEMENT, isset($encais_compte)?$encais_compte:'', ['placeholder'=>'','class' => 'form-control selectpicker', 'data-width' => "100%"] ) !!}
{!! Form::submit('Filtrer', ['class' => 'btn btn-info'])!!}
{!! Form::close() !!}
{!! $libelle_filtrage !!}
@foreach ($cotisations as $cotisation) @endforeach
Ex Employeur Date Pmt CLR CCPF Débit Crédit Mois NbMois BdPu BdPr DateEnc Compte
@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 !!}
TOTAL CLR : 
TOTAL CCPF : 
TOTAL DEBIT : 
TOTAL CREDIT : 
SOLDE :