@extends('layouts.main') @section('title') {{ __('web_setting') }} @endsection @section('content')

{{ __('system_settings_for_web') }} {{ __('directly_reflect_changes_in_web') }}

@csrf
Light Theme
@if (isset($setting['light_header_logo'])) @endif
@if (isset($setting['light_footer_logo'])) @endif
@if (isset($setting['light_placeholder_image'])) @endif
Dark Theme
@if (isset($setting['dark_header_logo'])) @endif
@if (isset($setting['dark_footer_logo'])) @endif
@if (isset($setting['dark_placeholder_image'])) @endif
@if (isset($setting['favicon_icon']) && Storage::disk('public')->exists($setting['favicon_icon'])) @endif
@endsection @section('script') @endsection