{{ $rapport_creation->exists ? 'Modification' : 'Ajout' }} d'un rapport
@if ($rapport_creation->exists) Modification @else Ajout @endif d'un rapport_creation
@csrf @method($rapport_creation->exists ? 'PUT' : 'POST')
@error('statistique_creation_id')
{{ $message }}
@enderror
@error('annee')
{{ $message }}
@enderror
exists ? 'required' : '' }}> @error('document')
{{ $message }}
@enderror @if($rapport_creation->exists && $rapport_creation->document) @endif

Annuler