This is my code:
$evaluationjob = evaluation_elements_jobs::where('job_id', $user->job_id)
->where('company_id',$company_check->id)
->first();
The error in this line:
$items = json_decode($evaluationjob["element_degree"]);
The error message is:
Trying to access array offset on value of type null