belongsTo(\App\Models\Course::class); } public function motivation() { return $this->belongsTo(\App\Models\Motivation::class); } }