Contact show link fixed..

This commit is contained in:
Cüneyt Şentürk
2021-06-30 18:41:43 +03:00
parent c168153023
commit 0ecd5b667a
4 changed files with 11 additions and 8 deletions

View File

@ -39,10 +39,13 @@
<strong>
<span class="float-left long-texts mwpx-300 transaction-head-text">
<a href="{{ route($routeContactShow, $transaction->contact->id) }}">
@if (!empty($transaction->contact->id))
<a href="{{ route($routeContactShow, $transaction->contact->id) }}">
{{ $transaction->contact->name }}
</a>
@else
{{ $transaction->contact->name }}
</a>
@endif
</span>
</strong>
<br><br>