| Form Name @if($sortBy === 'name') @endif | Description @if($sortBy === 'description') @endif | Actions |
|---|---|---|
|
{{ $form->name }}
{{ $form->fields->count() }} fields
|
@if($form->description)
{{ $form->description }}
@else
No description provided
@endif
|
{{ $form->fields->count() }} fields
@if($form->description){{ Str::limit($form->description, 80) }}
@elseNo description provided
@endif@if($search || $statusFilter) No forms match your current filters. @else Get started by creating your first learner form. @endif
@can('learners.create') Create New Form New Form @endcan