@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Appraisal cycles')) @section('content')
| {{ __('Name') }} | {{ __('Slug') }} | {{ __('Duration (mo)') }} | {{ __('Trigger @ mo') }} | {{ __('Active') }} | |
|---|---|---|---|---|---|
| {{ $r->name }} | {{ $r->slug }} |
{{ $r->duration_months }} | {{ $r->trigger_at_months ?? '—' }} | {{ $r->is_active ? __('Yes') : __('No') }} | {{ __('Edit') }} |