@extends('layouts.superadmin') @section('title', 'Intention') @section('style') @endsection @section('content')
| # | Nom | Description | Informations requises | Action |
|---|---|---|---|---|
| {{ $loop->iteration }} | {!! $intention->name !!} | {{ $intention->description }} | @foreach ($intention->fields ?? [] as $param) {{ $param }} @endforeach |