add export report

This commit is contained in:
2023-06-09 12:00:51 +07:00
parent 20c2bea127
commit 01727bd02b
2 changed files with 53 additions and 38 deletions

View File

@@ -224,6 +224,11 @@ class Claim extends Model
{
return $this->belongsTo(Plan::class, 'plan_id');
}
public function curentCorporate()
{
return $this->hashOne(Corporate::class, 'corporate_id', 'id');
}
public function benefit()
{