@extends('user.layout') @section('content') @php $type = request()->input('type'); @endphp
{{ __('Settings') }}
@csrf

{{ __('shop_enable_disable_warning_message') }}

{{ __('catalog_mode_warning_message') }}

@endsection