[WIP] Update Claim Table
This commit is contained in:
@@ -35,6 +35,9 @@ class CorporateMemberController extends Controller
|
||||
->with([
|
||||
'employeds',
|
||||
'currentPolicy',
|
||||
'claims' => function ($claim) {
|
||||
return $claim->used();
|
||||
}
|
||||
])
|
||||
->with('currentPlan')
|
||||
->paginate()
|
||||
|
||||
Reference in New Issue
Block a user