@if ($tab->label() == 'Background')
@include('biolinks::biolink-settings.background')
@endif
@if ($tab->label() == 'Verified badge')
@include('biolinks::biolink-settings.verified-badge')
@endif
@if ($tab->label() == 'Branding')
@include('biolinks::biolink-settings.branding')
@endif
@if ($tab->label() == 'Protection')
@include('biolinks::biolink-settings.protection')
@endif
@if ($tab->label() == 'Seo')
@include('biolinks::biolink-settings.seo')
@endif
{{-- @if ($tab->label() == 'Advanced')
@include('biolinks::biolink-settings.advanced')
@endif --}}