@extends('admin.layout.master') @section('pageTitle', (isset($pageTitle)) ? $pageTitle : config('app.APP_NAME') ) @section('pageDescription', (isset($pageDescription)) ? $pageDescription : config('app.APP_NAME') ) @section('content')
@csrf @method('PUT')

{!! __('admin/setting.site-configuration.title') !!}

{{--HEADER CONF--}}
@if($errors->has("header-logo.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("header-logo.is_active")]) !!} @endif
@if($errors->has("header-logo.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("header-logo.value")]) !!} @endif
@if($errors->has("fevicon-icon.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("fevicon-icon.is_active")]) !!} @endif
value}}"> @if($errors->has("fevicon-icon.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("fevicon-icon.value")]) !!} @endif
@if($errors->has("header-offer-ribbon.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("header-offer-ribbon.is_active")]) !!} @endif
@if($errors->has("header-offer-ribbon.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("header-offer-ribbon.value")]) !!} @endif
@if($errors->has("header-navbar2-content.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("header-navbar2-content.value")]) !!} @endif
{{--HOME CONF--}}
{{__('admin/setting.site-configuration.form-labels.image-upload-text')}} @if($errors->has("home-slider.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-slider.is_active")]) !!} @endif
value}}" type="text" class="form-control" name="home-page-meta-title[value]"> @if($errors->has("home-page-meta-title.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-page-meta-title.value")]) !!} @endif
value}}" type="text" class="form-control" name="home-page-meta-keywords[value]"> @if($errors->has("home-page-meta-keywords.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-page-meta-keywords.value")]) !!} @endif
value}}" type="text" class="form-control" name="home-page-meta-description[value]"> @if($errors->has("home-page-meta-description.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-page-meta-description.value")]) !!} @endif
@if($errors->has("home-page-content.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-page-content.is_active")]) !!} @endif
@if($errors->has("home-page-content.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("home-page-content.value")]) !!} @endif
{{--FOOTER CONF--}}
@if($errors->has("footer-copyright.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("footer-copyright.is_active")]) !!} @endif
@if($errors->has("footer-copyright.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("footer-copyright.value")]) !!} @endif
@if($errors->has("footer-right-block.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("footer-right-block.value")]) !!} @endif
{{--OTHER CONF--}}
@if($errors->has("login-otp.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("login-otp.is_active")]) !!} @endif
@if($errors->has("login-social.is_active")) {!! __('shared.error.show', ['errorMessage' => $errors->first("login-social.is_active")]) !!} @endif
@if($errors->has("pdp-pop-up.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("pdp-pop-up.value")]) !!} @endif
{{--ROBOTS CONF--}}
@if($errors->has("robots-txt.value")) {!! __('shared.error.show', ['errorMessage' => $errors->first("robots-txt.value")]) !!} @endif
@endsection