$this->id, 'first' => $this->when(false, 'value'), 'second' => $this->when(true, 'value'), 'third' => $this->when(true, function () { return 'value'; }), 'fourth' => $this->when(false, 'value', 'default'), 'fifth' => $this->when(false, 'value', function () { return 'default'; }), ]; } }