@extends('layouts.dash') @section('title') Génération @stop @section('title_card',"") @section('subtitle_card',"") @section('content')

{!! $titre_versement !!}

{{ html()->form('POST', url('versements_generation_def/'.$type))->open() }} @if($nb_existe>0)
{!! "Impossible de poursuivre l'opération car la génération du mois de ".$mois." a déjà été effectuée." !!}
@else @if(count($errors_before)>0)
@foreach ($errors_before as $error)

{!! $error !!}

@endforeach
@endif @endif {{ html()->form()->close() }}
@stop