{{-- Breadcrumbs Navigation --}}
{{-- ✅ Header widgets are automatically rendered by Filament --}}
@php
$bodyWidgets = method_exists($this, 'getWidgets') ? ($this->getWidgets() ?? []) : [];
@endphp
{{-- ✅ Render only body widgets here --}}
@if (!empty($bodyWidgets))