ErrorException compact(): Undefined variable: Sep – laravel 8
please help me I made a chart, but there is a problem when I want to display the data, why is it compacted? example code controller : if(Auth::user()->hasRole('Super Admin')) { $user = User::where('id', Auth::user()->id)->first(); $jumlah_user = User::orderBy('id', 'ASC')->get()->count(); $data =…