@extends('layouts.app') @section('content') @php $recordRestoreTreatments = $album->exists ? $album->treatments->filter(fn ($treatment) => strtolower((string) $treatment->treatment_type) === 'record restore')->values() : collect(); $relaxedDateValue = old('relaxed_date', optional($album->relaxed_date)->format('Y-m-d')); $isRelaxed = $relaxedDateValue ? 'y' : 'n'; @endphp
Apply the same black and yellow Secret Chord Analogue treatment used across the system, while keeping album metadata, treatment history, and Relaxed status easy to review and update.