Form Fields

It is common to have categories for tagging the tickets. These categories are used to classify the tickets based on their type, priority, or department.

@forelse($fields as $field) @empty @endforelse
#
Label Type Value Groups Ordering Required Status Created At Action
{{$loop->index +1 }}
{{$field->label}} {{$field->type}} {{$field->value}} @foreach($field->groups as $group) {{ $group->name }} @endforeach {{$field->ordering}} {{$field->required()}} {{$field->status()}} {{$field->created_at->diffForHumans()}}
There is no fields found
{!! $fields->links() !!}