Using 2 different data to show in chart laravel
问题 I am currently using chartTV to create a chart but my chart doesn't seem to appear inside my blade for some reason, the title can be seen but not the graph. I want to create an areaspline chart where it will show number of people hired and not hired this week. I tried doing something like this but it not working. Can someone guide me in doing it correctly? How should I do it? My dashboardController : $user1s = DB::table('evaluations') ->select('evaluations.Evaluation_Status','evaluations