Skip to content

Commit

Permalink
More Backpack v5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clevyr-anthony committed Aug 11, 2023
1 parent 866378a commit fbab17f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@
]);
@endphp
<input type="hidden" name="sections[{{ $sKey }}][uuid]" value="{{ $section['pivot']['uuid'] }}" class="section_uuid" />
@include('crud::fields.' . $data['type'], [
'field' => $field,
'crud' => $crud,
])

@include($crud->getFirstFieldView($field['type'], $field['view_namespace'] ?? false), $field)
@endforeach
</div>
</div>
Expand Down

0 comments on commit fbab17f

Please sign in to comment.