belongsTo(CustomerLogStatus::class,"customer_log_status_id","id"); } public function user() { return $this->belongsTo(User::class); } public function customer() { return $this->belongsTo(Customer::class); } }