@extends('layouts.main') @section('title') {{ __('web_setting') }} @endsection @section('content') {{ __('dashboard') }} {{ __('system_setting') }} {{ __('web_setting') }} {{ __('system_settings_for_web') }} {{ __('directly_reflect_changes_in_web') }} @csrf {{ __('web_name') }} {{ __('accept_cookie') }} {{ __('footer_description') }} {{ $setting['web_footer_description'] ? $setting['web_footer_description'] : '' }} {{ __('google_adsense') }} {{ isset($setting['google_adsense']) ? $setting['google_adsense'] : '' }} Light Theme {{ __('body_color') }} {{ __('hover_color') }} {{ __('primary_color') }} {{ __('secondary_color') }} {{ __('text_primary_color') }} {{ __('text_secondary_color') }} {{ __('header_logo') }} ({{ __('size') }} 180 * 60) @if (isset($setting['light_header_logo'])) @endif {{ __('footer_logo') }}({{ __('size') }} 180 * 60) @if (isset($setting['light_footer_logo'])) @endif {{ __('placeholder_image') }} @if (isset($setting['light_placeholder_image'])) @endif Dark Theme {{ __('body_color') }} {{ __('hover_color') }} {{ __('primary_color') }} {{ __('secondary_color') }} {{ __('text_primary_color') }} {{ __('text_secondary_color') }} {{ __('header_logo') }} ({{ __('size') }} 180 * 60) @if (isset($setting['dark_header_logo'])) @endif {{ __('footer_logo') }}({{ __('size') }} 180 * 60) @if (isset($setting['dark_footer_logo'])) @endif {{ __('placeholder_image') }} @if (isset($setting['dark_placeholder_image'])) @endif {{ __('favicon_icon') }} @if (isset($setting['favicon_icon']) && Storage::disk('public')->exists($setting['favicon_icon'])) @endif {{ __('submit') }} @endsection @section('script') @endsection