Account Show page prepare..

This commit is contained in:
Cüneyt Şentürk
2021-08-03 15:24:23 +03:00
parent 83e7cc5b6c
commit 7a38e9cc08
3 changed files with 24 additions and 6 deletions

View File

@ -109,7 +109,7 @@ class Search extends Component
'name' => $account->name,
'type' => trans_choice('general.accounts', 1),
'color' => '#55588b',
'href' => route('accounts.edit', $account->id),
'href' => route('accounts.show', $account->id),
];
}
}