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