@extends('layouts.app') @section('content')
| المهمة | النشاط التطوعي | الانتماء | المتطوع | المكلِّف | تاريخ الاستحقاق | الحالة | التقييم | إجراءات |
|---|---|---|---|---|---|---|---|---|
| {{ $t->title }} | {{ $t->volunteer_activity_name ?? '—' }} | @if($t->project) مشروع: {{ Str::limit($t->project->name, 15) }} @elseif($t->campaign) حملة: {{ Str::limit($t->campaign->name, 15) }} @elseif($t->guestHouse) دار: {{ Str::limit($t->guestHouse->name, 15) }} @else — @endif |
@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 | |
| لا توجد مهام مسجلة حالياً | ||||||||