@extends('backend.settings.setting-layout') @section('title') {{ __('custom_css_and_js') }} @endsection @section('breadcrumbs')

{{ __('settings') }}

@endsection @section('breadcrumbs')

{{ __('custom_css_and_JS') }}

@endsection @section('website-settings')
{{ __('use_this_feature_to_integrate_any_third_party_integration_tool_using_their_verification_method_for_example') }} {{ __('google_search_console') }} , {{ __('google_analytics') }}, {{ __('facebook_pixel') }}, {{ __('hubspot_verification') }}, {{ __('zoho_verification') }}, {{ __('pinterest_verification') }}, {{ __('and_many_more') }}

{{ __('custom_css_and_js') }}

@csrf @method('PUT')
@error('name') {{ $message }} @enderror {{ __('write_style_with_style_tag_like') }},   <style> .header-custom-style { color: red; } </style>
@error('name') {{ $message }} @enderror {{ __('write_script_with_script_tag_like') }},   <script> console.log('Hello World'); </script>
@error('name') {{ $message }} @enderror {{ __('write_script_with_script_tag') }},   <script> console.log('Hello World'); </script>
@if (userCan('setting.update'))
@endif
@endsection @section('style') @endsection @section('script') @endsection