@extends('layouts.dash') @section('title') Cotisations @stop @section('title_card',"") @section('subtitle_card',"") @section('content') @if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif @if (Session::has('success'))
{!! \Session::get('success') !!}
@endif

Cotisations - Saisie

{{ html()->form('POST', url('cotisation_saisie_filtre'))->open() }}
{!! html()->hidden('employeur_id2', $employeur_id)->attributes(['id' => 'employeur_id2']) !!} {!! html()->label( 'Employeur','employeur_nom') !!} {!! html()->text('employeur_nom', $employeur_nom) ->attributes(['placeholder' => 'Employeur', 'class' => 'form-control', 'id' => 'employeur_nom','style'=>'background:whitesmoke']) !!}
{!! html()->label( 'Exercice','annes') !!} {!! html()->select('exercice',$exercices,$exercice) ->placeholder('A définir') ->attributes(['id' => 'exercice_id','class' => 'form-control selectpicker','data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke']) !!}
{!! html()->label( ' ou Encaissements du  ','mois_debut') !!}
{!! html()->text('mois_debut',isset($mois_debut)?$mois_debut:$mois_debut) ->placeholder('Mois Début')->attributes(['size'=>'8', 'class' => 'form-control']) !!}
{!! html()->label( 'au','mois_fin')->attributes(['style'=>'padding:0px;']) !!}
{!! html()->text('mois_fin',isset($mois_fin)?$mois_fin:$mois_fin) ->placeholder('Mois Fin')->attributes(['size'=>'8', 'class' => 'form-control']) !!}
{!! html()->label( 'Lettrage','lettrage') !!} {!! html()->select('lettrage',['T'=>'Tout','N'=>'Non lettrées','L'=>'Lettrées'],$lettrage) ->placeholder('A définir') ->attributes(['id' => 'lettrage','class' => 'form-control selectpicker','data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke']) !!}
{!! html()->button('Filtrer')->value('Filtrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!}
{{ html()->closeModelForm() }} @if($employeur_id)
SOLDE au 31/12/{!! (($annee_solde=="*")?date('Y'):$annee_solde)-1 !!} :    SOLDE au {!! date('d/m/Y') !!} : 
   @if($user->can("COT_AJO") || $user->HasRole("ADMINISTRATEUR")) Nouvelle Cotisation @endif    @if($user->can("COT_ENC") || $user->HasRole("ADMINISTRATEUR")) Nouveau Règlement @endif
@endif
@if($employeur_id) {{ html()->form('PUT', url('cotisations_lettrage/'.$employeur_id.'/'.$exercice))->open() }} {!! html()->hidden('checkboxes', $checkboxes)->attributes(['id' => 'checkboxes']) !!} {!! html()->hidden('checklist', '')->attributes(['id' => 'checklist']) !!}
@if($employeur_id=='TOUS') @endif @if($lettrage!="N") @endif @if($employeur_id=='TOUS') @endif @if($lettrage!="N") @endif @foreach ($cotisations as $cotisation)
  N°EmployeurEx Date Type Opé. Pmt CLR CCPF Débit Crédit Mois NbMois NbSal BdPu BdPr DatDépôt DatEncaisLettrageObservations