Пример #1
0
 public function listAllClients()
 {
     return Client::pluck('name', 'id');
 }