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

By enabling / disabling, you can completely enable / disable the relevant pages of your shop in this system.

If you enable catalog mode, then pricing, cart, checkout option of items will be removed. But item & item details page will remain.

@endsection