@extends('agency.layouts.app') @section('title', 'Görev Arşivi') @section('page_title', 'Görev Arşivi') @php $breadcrumbs = [ ['title' => 'Dashboard', 'url' => route('agency.dashboard')], ['title' => 'Görevler', 'url' => route('agency.tasks.index')], ['title' => 'Arşiv', 'url' => ''], ]; $dtColumns = [ ['key' => 'title', 'label' => 'Görev', 'sortable' => false], ['key' => 'assignees', 'label' => 'Atananlar'], ['key' => 'status', 'label' => 'Durum', 'align' => 'center', 'width' => '120px'], ['key' => 'archived_at', 'label' => 'Arşivlenme', 'width' => '170px'], ['key' => 'archived_by', 'label' => 'Arşivleyen', 'width' => '160px'], ['key' => '_actions', 'label' => '', 'fixed' => true, 'align' => 'end', 'width' => '90px'], ]; @endphp @section('content')
Arşive alınan görevler burada listelenir.