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

{!! $title !!}

{{ html()->form('POST', url('versements_generation_def/'.$type_aide))->open() }} @if($nb_existe>0)
{!! "Impossible de poursuivre l'opération car la génération du mois de ".$nom_mois." a déjà été effectuée." !!}
@else @if(count($errors_before)>0)
@for($i=0;$i {!! $t_anomalies[$i]["nom"] !!} {!! $t_anomalies[$i]["error"] !!}

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