@extends('layouts.admin') @section('title', 'Refund Policies') @section('header', 'Refund Policy Management') @section('content')
Manage refund policies and cancellation rules
| ID | Title | Status | Refund Window | Created At | Actions | |
|---|---|---|---|---|---|---|
| #{{ $policy->id }} | {{ $policy->title }} | @if($policy->status === 'active') Active @else Inactive @endif | {{ $policy->refund_window_hours }} hours | {{ $policy->created_at->format('M d, Y') }} | ||
| No refund policies found | ||||||