Replace call to link_to_route

This commit is contained in:
Marcus Moore
2026-03-10 11:54:29 -07:00
parent c8c2bb6709
commit bf314a0f84

View File

@@ -51,7 +51,7 @@
@foreach($custom_fieldsets AS $fieldset)
<tr>
<td>
{{ link_to_route("fieldsets.show",$fieldset->name,['fieldset' => $fieldset->id]) }}
<a href="{{ route('fieldsets.show', ['fieldset' => $fieldset->id]) }}">{{ $fieldset->name }}</a>
</td>
<td>
{{ $fieldset->fields->count() }}