$ppl = Employee::where('name', 'TrevorNoah')->first(); $ppl->drop('field1'); // or $john->drop(['field1', 'field2']); // works with more