@extends('layouts.app') @section('title', 'PC Health Center') @section('contents')
Simple tools to find and fix confused PCs (orphan drafts, PCFMS still active, wrong listing). Open a rule → see list → Fix → Rollback if needed. Use Fix PC for one scheme by hand.
@foreach ($cards as $card)
{{ $card['code'] }} {{ $card['title'] }}

{{ $card['definition'] }}

Open {{ $card['code'] }} — list / fix / rollback
@endforeach
@endsection