@extends('backend.layouts.master') @section('title') Modifier la configuration de badge @endsection @section('body') @endsection @section('content')
Modifier la Configuration : {{ $eventBadge->name }}
@csrf @method('PUT')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
is_default) ? 'checked' : '' }}>

Configuration Spécifique (Optionnel)
config['show_qr'] ?? true) ? 'checked' : '' }}>
@endsection