Ejemplo n.º 1
0
 /**
  * Get the widget data to send to the view
  * @return array
  */
 protected function data()
 {
     return ['totalAcceptedAndCompleted' => $this->entry->countAcceptedAndCompleted(), 'totalAcceptedAndNotCompleted' => $this->entry->countAcceptedAndNotCompleted(), 'totalNotInvited' => $this->entry->countTotalNotInvited()];
 }