{{-- Renders one footer_link_groups row: optional title editor + its links table + add/edit modals. --}}
@if($showTitleEditor)
@csrf @method('PATCH')
@endif
Drag to reorder.
@forelse($group->links as $link) @empty @endforelse
{{ $link->label }} @if($link->link_type === 'content_page') {{ optional($link->contentPage)->title ?? '— page removed —' }} @else {{ $link->url }} @endif @if($link->is_active) Active @else Inactive @endif
@csrf @method('PATCH')
@csrf @method('DELETE')
No links added yet.