@extends('layouts.app') @section('title', 'Talepler Arşiv') @section('content')
| Talep No | Baslik | Birim / Kategori | Durum | Arşiv Tarihi | Arşivleyen | Islemler |
|---|---|---|---|---|---|---|
| {{ $row->request_key }} |
{{ $row->title }}
{{ \Illuminate\Support\Str::limit((string) ($row->description ?? ''), 90) }}
|
{{ $row->unit_name }}
{{ $row->category_name }}
|
{{ $row->status_label }} | {{ !empty($row->archived_at) ? \Carbon\Carbon::parse($row->archived_at)->format('d.m.Y H:i') : '-' }} | {{ $row->archiver_name ?: '-' }} |
Detay
@if (!empty($row->can_restore))
@endif
@if (!empty($row->can_delete))
@endif
|
| Arşivde talep bulunmuyor. | ||||||