@extends('layouts.app') @section('title', 'Açtığım Talepler') @section('content')
| Talep No | Başlık | Birim / Kategori | Öncelik | Son Durum | Sorumlu | Termin | Son Güncelleme | İşlem |
|---|---|---|---|---|---|---|---|---|
| {{ $row->request_key }} |
{{ $row->title }}
{{ \Illuminate\Support\Str::limit((string) ($row->description ?? ''), 90) }}
|
{{ $row->unit_name }}
{{ $row->category_name }}
|
{{ $priorityLabel }} |
{{ $row->status_label }}
{{ ucfirst((string) ($row->lane_group ?? '-')) }}
|
{{ $row->assignee_name ?: 'Atanmadı' }} | {{ !empty($row->due_date) ? \Carbon\Carbon::parse($row->due_date)->format('d.m.Y') : '-' }} | {{ !empty($row->updated_at) ? \Carbon\Carbon::parse($row->updated_at)->format('d.m.Y H:i') : '-' }} | Detay |
| Filtreye uyan talep bulunmuyor. | ||||||||