@extends('layouts.admin') @section('title', 'Create Refund Policy') @section('header', 'Create Refund Policy') @section('content')
Policy Information
@csrf
@error('title')
{{ $message }}
@enderror
Number of hours after order placement during which refund can be requested
@error('refund_window_hours')
{{ $message }}
@enderror
Percentage of delivery fee to refund on cancellation
@error('delivery_charge_refund_percentage')
{{ $message }}
@enderror
Only one policy can be active at a time
@error('status')
{{ $message }}
@enderror
Order Status Refund Percentage (%) Action
Define percentage of order total to refund based on cancellation stage
@error('content')
{{ $message }}
@enderror
Cancel
@push('scripts') @endpush @endsection