Check if the relation exists in your blade
1- $trainee->trainee?->student_id ?? 'N/A' 2- optional($trainee->trainee)->student_id
Choose one of them