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

{!! $titre_versement !!}

{{ html()->form('POST', url('maj_certificats'.(($etrangers)?"_etrangers":"")))->open() }}

Cette opération va permettre de :
    @if(!$etrangers)
  • Mettre à 8 les certificats 1,2 et 3
  • @else
  • Mettre à 8 les certificats 4
  • @endif

Vérification avant changement {!! html()->button('Mise à jour des '.$nb_enfants.' certificat'.(($nb_enfants>0)?'s':''))->type('submit')->attributes(['class' => 'btn btn-danger','style'=>'font-size:24px']) !!}
{{ html()->form()->close() }}
@endsection @section('styles') @stop @section('scripts0') @endsection