make(Illuminate\Contracts\Console\Kernel::class); $kernel->bootstrap(); $periode = \App\Models\PeriodeSeleksi::where('status', 'aktif')->first(); $export = new \App\Exports\PenilaianWargaExport($periode->id); $data = $export->collection(); print_r($data->toArray());