@extends('backend.layouts.master') @section('title') Créer une configuration d'attestation @endsection @section('body') @endsection @section('content')
Nouvelle Configuration d'Attestation pour : {{ $event->bo_title }}
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Doit correspondre exactement au champ type dans la table documents.

Configuration Spécifique (Optionnel)
@endsection