@extends('layouts.app') @section('title', 'Production Risk Monitor') @section('content')
AI Detection of Schedule Deviations & Process Bottlenecks
| Production Order | Target Line | Planned Finish | Predicted Finish | Risk Level | Probability |
|---|---|---|---|---|---|
|
{{ $pred->workOrder->work_order_no }}
{{ $pred->workOrder->product->name }}
|
{{ $pred->workOrder->productionLine->name ?? 'Unassigned' }}
Priority: {{ $pred->workOrder->priority }}
|
{{ optional(Carbon\Carbon::parse($pred->workOrder->end_date))->format('M d, H:i') ?? 'N/A' }} | {{ $pred->predicted_completion_at->format('M d, H:i') }} | {{ strtoupper($pred->risk_level) }} |
Delay likelihood
|
| No high-risk production orders detected. | |||||