Manage pricing tables and ticket information for each water.
| Title | Type | Waters | Updated | |
|---|---|---|---|---|
| {{ $pricing->title }} | {{ $pricing->pricingTypeLabel() }} | @php($pricingWaters = $pricing->waters->isNotEmpty() ? $pricing->waters->pluck('name') : collect([$pricing->water?->name])->filter()) {{ $pricingWaters->join(', ') ?: '-' }} | {{ $pricing->updated_at?->format('D, d M Y H:i') }} | Edit |