[WIP] Update Claim Table

This commit is contained in:
R
2022-12-05 16:20:09 +07:00
parent 3bc8877740
commit 885edec290
6 changed files with 69 additions and 17 deletions

View File

@@ -35,6 +35,9 @@ class CorporateMemberController extends Controller
->with([
'employeds',
'currentPolicy',
'claims' => function ($claim) {
return $claim->used();
}
])
->with('currentPlan')
->paginate()