get(); $instruments = Instrument::orderBy('score_order')->get(); return view('admin.audition_etude.grid', compact('ensembles', 'instruments')); } }