$this->id, 'kanban_id' => $this->kanban_id, 'file_name' => $this->file_name, 'file_url' => $this->file_url ? Storage::url($this->file_url) : null, 'mime_type' => $this->mime_type, 'user_name' => $this->user?->name, 'created_at' => Carbon::parse($this->created_at)->format('d/m/Y H:i'), ]; } }