@push('styles') @if ($biolinkSettings->theme_color) @else @endif @endpush
@foreach (\Modules\Biolinks\Enums\SettingTab::cases() as $key => $tab)

@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 --}}
@endforeach
@lang('app.save')
@push('scripts') @if ($biolinkSettings->branding_text_color) @else @endif @if ($biolinkSettings->custom_color_one) @else @endif @if ($biolinkSettings->custom_color_two) @else @endif @endpush