@extends('admin.layouts.app') @section('title', 'Cart Settings') @section('content')

Shopping Cart Settings

Configure checkout options, COD, and free shipping thresholds.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@csrf

Cash on Delivery (COD)

Enable or disable COD payment option for customers.

Minimum cart total required to enable COD option.

Global minimum stock quantity. Products below this stock level will be marked as 'Low Stock'.

Free Shipping

Enable free shipping functionality.

@endsection