client emails were now shown
This commit is contained in:
@@ -1174,7 +1174,7 @@ public function show(ClientCase $clientCase)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return Inertia::render('Cases/Show', [
|
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,
|
'client_case' => $case,
|
||||||
'contracts' => $contracts,
|
'contracts' => $contracts,
|
||||||
'archive_meta' => [
|
'archive_meta' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user