@extends('layouts.internal')
@section('title', 'Assigned Evaluations ยท PLOCAL Internal')
@section('content')
Professional evaluation queue Only professional Evaluations within your authorized scope appear here. There are no assigned professional Evaluations in your current scope. Revoked assignments do not appear.Assigned Evaluations
No active Evaluation work found
| Business | Service / location | Status | Assignment | Updated | ProScore | Action |
|---|---|---|---|---|---|---|
| {{ $item->display_name }} | {{ $item->service_name ?? 'Service not recorded' }}{{ $item->location_name ?? 'Service area not recorded' }} | {{ str($item->lifecycle_status)->replace('_', ' ')->title() }} | {{ $item->assignment_role ? ucfirst($item->assignment_role) : 'Administrator scope' }} | {{ $item->final_proscore_hundredths === null ? 'Not available' : number_format($item->final_proscore_hundredths / 100, 2).' / 100' }} | Open Evaluation |