Transaction show contact show and contact pages styling..

This commit is contained in:
Cüneyt Şentürk
2021-06-30 17:59:43 +03:00
parent 4a18e50f88
commit fd1f6b4821
4 changed files with 49 additions and 12 deletions

View File

@ -39,7 +39,10 @@
<strong>
<span class="float-left long-texts mwpx-300 transaction-head-text">
{{ $transaction->contact->name }}
<a href="{{ route($routeContactShow, $transaction->contact->id) }}">
{{ $transaction->contact->name }}
</a>
</span>
</strong>
<br><br>
@ -78,4 +81,4 @@
</div>
@endif
@stack('header_paid_at_end')
</div>
</div>