@if (session('methods.success'))
{{ session('methods.success') }}
@endif
@if (session('methods.error'))
{{ session('methods.error') }}
@endif
| Code |
Libellé |
Description |
Questions |
Actions |
@forelse ($methods as $m)
| {{ $m->code }} |
{{ $m->label }} |
{{ $m->description ?? '-' }} |
{{ $m->questions_count }}
|
|
@empty
| Aucune méthode. |
@endforelse
@if ($showModal)
@endif