@extends('layouts.app') @section('title', 'PC-I good / Revised bad (temp)') @section('contents')
This page lists only schemes where both PC-I and Revised exist, PC-I side has locations, and Revised has none. Open Detail to select sections and Push into Revised.
Clear {{ count($cases) }} problem scheme(s)
@forelse ($cases as $row) @empty @endforelse
UID ADP Scheme BPMS (U/R) PC-I (good data) Revised PC-I (bad / empty)
ID / state Loc Created on Current actor Active ID / state Loc Created on Current actor Active
{{ $row['code'] ?: '—' }} {{ $row['adp_number'] ?: '—' }} {{ \Illuminate\Support\Str::limit($row['name'], 55) }} {{ !empty($row['bpms_under_review']) ? 'Yes' : 'No' }} #{{ $row['pci_id'] }} {{ $row['pci_state'] }} {{ $row['pci_locations'] }} {{ $row['pci_created_on'] }} {{ $row['pci_current_actor'] }} {{ $row['pci_active'] ? 'yes' : 'no' }} #{{ $row['revised_id'] }} {{ $row['revised_state'] }} {{ $row['revised_locations'] }} {{ $row['revised_created_on'] }} {{ $row['revised_current_actor'] }} {{ $row['revised_active'] ? 'yes' : 'no' }} Detail
No problem schemes found for this rule.
@endsection