belongsTo(User::class); } public function branch() { return $this->belongsTo(Branch::class); } }