Nilai Laravel fasih

MyModel::find(PK)->value('id');

MyModel::where('field', 'foo')->first()->value('id');
Concerned Caribou