@extends('layouts.performance') @section('title', 'Dönem Yönetimi') @section('perf-content')
Değerlendirme dönemlerini oluşturun ve aktif dönemi seçin.
| # | Ad | Başlangıc | Bitiş | @if ($hasRuleSetColumn)Kural Seti | @endifDurum | İşlem |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} | {{ $row->start_date }} | {{ $row->end_date }} | @if ($hasRuleSetColumn){{ $ruleName }} | @endif{{ (int) $row->is_active === 1 ? 'Aktif' : 'Pasif' }} | Düzenle |