@extends('layouts.app') @section('content')
| المهمة | الموظف | المكلِّف | تاريخ الاستحقاق | الحالة | التقييم | إجراءات |
|---|---|---|---|---|---|---|
| {{ $t->title }} |
@if($t->assignee)
{{ strtoupper(substr($t->assignee->name, 0, 1)) }}
{{ $t->assignee->name }}
|
{{ $t->assigner?->name ?? '—' }} | @if($t->due_date) {{ $t->due_date->format('Y-m-d') }} @else — @endif | @if($t->status == 'pending') معلق @elseif($t->status == 'in_progress') جاري العمل @elseif($t->status == 'done') مكتمل @endif | @if($t->rating) @for($i = 1; $i <= 5; $i++) @endfor @else غير مقيم @endif | |
| لا توجد مهام مسجلة حالياً | ||||||