@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{ __('Overview') }}
{{ __('Advanced Settings') }}
@csrf
{{-- Password protected --}} @if ($plan_details->password_protected == 1)
{{ __('Disable Password Protection') }}
{{ __('Set Password Protection') }}
{{ __('Password') }}
{{-- Show password --}}
{{ __('Show Password') }}
@endif {{-- Advanced settings --}} @if ($plan_details->advanced_settings == 1)
{{ __('Custom CSS / JS') }}
{{ __('Custom CSS') }}
{{ old('custom_css') }}
{{ __('Custom JS') }}
{{ old('custom_js') }}
@endif
{{ __('Submit') }}
@include('user.includes.footer')
{{-- Password Protected --}} @push('custom-js') @endpush @endsection