belongsTo(JobPost::class, 'job_id'); } public function worker() { return $this->belongsTo(Worker::class, 'worker_id'); } }