belongsTo('App\Models\CompanyModel','company_id'); } function services() { return $this->belongsTo('App\Models\ServiceList','service_id'); } function attachments() { return $this->hasMany('App\Models\ServiceAttachment','service_id'); } }