@extends('layouts.app') @section('content')
| التاريخ | الوردية | الماكينة | المخطط | الفعلي | الإنجاز % | الهالك | الجودة % |
|---|---|---|---|---|---|---|---|
| {{ $pShift->date }} | {{ $pShift->shift->name_ar ?? 'وردية' }} | {{ $pShift->machine->name_ar ?? 'ماكينة' }} | {{ $pShift->planned_quantity }} | {{ $pShift->actual_quantity }} |
|
{{ $pShift->rejected_quantity }} | @php $color = $pShift->yield_rate >= 95 ? 'bg-success' : ($pShift->yield_rate >= 85 ? 'bg-warning text-dark' : 'bg-danger'); @endphp {{ $pShift->yield_rate }}% |
| لا توجد بيانات لهذه الفترة | |||||||