belongsTo('App\Models\Invoice','invoice_id','id'); } function service() { return $this->belongsTo('App\Models\ServiceList','service_id','id'); } }