@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')

{{ __('Update Business Card') }}

{{-- Nav links --}} @include('user.edit-cards.includes.nav-link', ['link' => 'advanced'])
@csrf

{{ __('Advanced Settings') }}

{{-- Password protected --}} @if ($plan_details->password_protected == 1)
{{ __('Disable Password Protection') }}

{{ __('Set Password Protection') }}

{{-- Show password --}} {{ __('Show Password') }}
@endif {{-- Advanced settings --}} @if ($plan_details->advanced_settings == 1)

{{ __('Custom CSS / JS') }}

@endif
@include('user.includes.footer')
{{-- Password Protected --}} @push('custom-js') @endpush @endsection