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

{{ __('settings') }}

@endsection @section('website-settings')
@method('PUT') @csrf
@method('PUT') @csrf
comingsoon_mode == 1) checked @endif>
@if (userCan('setting.update'))
@endif
@method('PUT') @csrf
maintenance_mode == 1) checked @endif>
{{ __('live_mode_enable_url') }} {{ config('templatecookie.maintenance_disable_url') }}
@if (userCan('setting.update'))
@endif
@method('PUT') @csrf
search_engine_indexing == 1) checked @endif>
@if (userCan('setting.update'))
@endif
@method('PUT') @csrf
@error('google_analytics_id') {{ $message }} @enderror
google_analytics == 1) checked @endif>
@if (userCan('setting.update'))
@endif
@method('PUT') @csrf
@error('facebook_pixel_id') {{ $message }} @enderror
facebook_pixel == 1) checked @endif>
@if (userCan('setting.update'))
@endif
@endsection