belongsTo(Project::class); } public function cashInDetails() { return $this->hasMany(CashInDetail::class); } }