eloquent get only some columns

PHP
Table::select('name','surname')->where('id', 1)->get();
Source

Also in PHP: