@extends('layouts.admin') @section('title','Cancellation policies') @section('page-title','Cancellation policies') @section('content')

Add effective cancellation tier

A matching tier calculates the authoritative refundable amount. More specific service scopes and higher priorities win.

@csrf
@foreach($rules as $rule)
@csrf @method('put')
@csrf @method('delete')
@endforeach @endsection