https://laravel.com/api/5.7/Illuminate/Database/Eloquent/Collection.html#method_all
App\Model::find(1)
Modelのオブジェクト
$test = Test::get()
Collectionクラス
App\Model::where('id',1)→first()
App\Model::all()