Custom Label
ds([0 => 'Luan'])->label('array');
ds(collect([0 => 'Luan']))->label('collect');
ds('string')->label('string');
ds($this)->label('label class');
Last updated
ds([0 => 'Luan'])->label('array');
ds(collect([0 => 'Luan']))->label('collect');
ds('string')->label('string');
ds($this)->label('label class');
Last updated