client emails were now shown
This commit is contained in:
parent
078b08cbc5
commit
932bbdc294
|
|
@ -1174,7 +1174,7 @@ public function show(ClientCase $clientCase)
|
|||
}
|
||||
|
||||
return Inertia::render('Cases/Show', [
|
||||
'client' => $case->client()->with('person', fn ($q) => $q->with(['addresses', 'phones', 'bankAccounts']))->firstOrFail(),
|
||||
'client' => $case->client()->with('person', fn ($q) => $q->with(['addresses', 'phones', 'emails','bankAccounts']))->firstOrFail(),
|
||||
'client_case' => $case,
|
||||
'contracts' => $contracts,
|
||||
'archive_meta' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user