@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