$this->reportDuty->id, 'department_id' => $this->reportDuty->rf_department_id, 'department' => $this->reportDuty->department?->name_short, 'action' => $this->action, 'period_start' => $this->reportDuty->period_start?->toISOString(), 'period_end' => $this->reportDuty->period_end?->toISOString(), 'sent_at' => now()->toISOString(), ]; } }