@extends('layouts.admin') @section('content')
@csrf @include('alerts.admin.form-both')

{{ __('Display Stock Number') }}

{{ __('Product Whole Sale Max Quantity') }} *


{{ __('HOME PAGE SECTION') }}


{{ __('Display New Products') }} *

{{ __('Display Best Seller Products') }} *

{{ __('Display Popular Products') }} *

{{ __('Display Trending Products') }} *


{{ __('CATEGORY PAGE SECTION') }}


{{ __('Display Products Per Page') }} *


{{ __('VENDOR PAGE SECTION') }}


{{ __('Display Products Per Page') }} *


{{ __('PRODUCT DETAILS PAGE SECTION') }}


{{ __('Display Contact Seller') }}

{{ __('Display Product By Seller') }} *


{{ __('VENDOR PRODUCT CREATE ENABLE & DISABLE') }}


{{ __('Vendor Physical Products') }}

{{ __('Vendor Digital Products') }}

{{ __('Vendor License Products') }}

{{ __('Vendor Listing Products') }}

{{ __('Vendor Affilite Products') }}


{{ __('WISHLIST PAGE SECTION') }}


{{ __('Display Products Per Page') }} *

{{ __('View Wishlist Product Per Page') }} *

    @foreach (explode(',',$gs->wishlist_page) as $element)
  • {{ $element }}
  • @endforeach

{{ __('CATALOG & FILTER SECTION') }}


{{ __('Minimum Price') }} *

{{ __('Maximum Price') }} *

{{ __('View Product Per Page') }} *

    @foreach (explode(',',$gs->product_page) as $element)
  • {{ $element }}
  • @endforeach
@endsection @section('scripts') {{-- TAGIT --}} {{-- TAGIT ENDS--}} @endsection