@extends('layouts.admin') @section('title', 'Policy Rules') @section('content')

Policy Rules

Manage cancellation and refund policy rules.

@if(session('success')) @endif
@csrf

General Settings

Days

The number of days after delivery during which a customer can initiate a return.

Cancellation Policy

Define the rules that appear on the cancellation policy page.

Markdown Safe

Tip: Use a new line for each separate point/bullet.

Refund Policy

Define the rules that appear on the refund policy page.

Markdown Safe

Tip: Use a new line for each separate point/bullet.

@endsection