mixed random(int $amount = 1) Get one or more items randomly from the collection
array all() Get all of the items in the collection.
void offsetUnset(string $offset) Unset the value at the given offset.
bool getIncrementing() Get the value indicating whether the IDs are incrementing
mixed delete() Delete a record from the database.
static void restored(Closure|string $callback)
bool touches(string $relation) Determine if the model touches a given relation
array eagerLoadRelations(array $models) Eager load the relationships for
$this fill(array $attributes) Fill the model with an array of attributes
bool offsetExists(string $offset) Determine if the given offset exists
Page 21 of 39