get(); } public function view(): View { return view('siswa.export', [ 'siswa' => $this->collection() ]); } }