@extends('layouts.admin') @section('content')
Champs
Liste des champs du formulaire {{ $formulaire->nom }}| ID | Nom | Type | Requis | Rang | Actions |
|---|---|---|---|---|---|
| {{ $champ->id }} | {{ $champ->nom }} | {{ getTypeChamps($champ->type) }} | {{ $champ->requis ? "Oui" : "Non" }} | {{ $champ->rang }} |