Esempio n. 1
0
 public function render()
 {
     $this->messageCount = Message::WhereNotNull('source')->UnRead()->count();
     return $this->makePartial('widget');
 }