@extends('layouts.app') @section('title', 'Champs personnalisés') @section('content')
| Salle | Label | Type | Options | Requis | Statut | Actions |
|---|---|---|---|---|---|---|
| {{ $field->room->name }} | {{ $field->label }} | {{ ucfirst($field->type->value) }} | @if($field->options && in_array($field->type->value, ['select', 'radio', 'checkbox'])) {{ implode(', ', array_slice($field->options, 0, 3)) }} @if(count($field->options) > 3) +{{ count($field->options) - 3 }} @endif @else - @endif | @if($field->required) @endif | {{ $field->active ? 'Actif' : 'Inactif' }} | |
| Aucun champ personnalisé trouvé | ||||||