model to collection laravel code example
Example 1: laravel convert eloquent collection to collection
collect(Order::get()->all());
Example 2: laravel collection namespace
Illuminate\Database\Eloquent\Collection
collect(Order::get()->all());
Illuminate\Database\Eloquent\Collection