getResource()::getSlug()),
'fi-resource-record-' . $record->getKey(),
])
>
@capture($form)
{{ $this->form }}
@endcapture
@php
$relationManagers = $this->getRelationManagers();
$hasCombinedRelationManagerTabsWithContent = $this->hasCombinedRelationManagerTabsWithContent();
@endphp
@if ((! $hasCombinedRelationManagerTabsWithContent) || (! count($relationManagers)))
{{ $form() }}
@endif
@if (count($relationManagers))
@if ($hasCombinedRelationManagerTabsWithContent)
{{ $form() }}
@endif
@endif