Exemplo n.º 1
0
 public function getStatistic()
 {
     return response(['open' => Ticket::count(), 'total' => Ticket::withTrashed()->count()], 200);
 }