Koleksi Laravel ISEMPTY
collect([])->isEmpty();
// true
Cooperative Crab
collect([])->isEmpty();
// true
collect([])->isNotEmpty();
// false