Show credit client name as text
This commit is contained in:
parent
fc87cbafe6
commit
b88bab52a5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<div class="panel-body">
|
||||
|
||||
@if ($credit)
|
||||
{!! Former::plaintext()->label('client')->value($client->present()->link) !!}
|
||||
{!! Former::plaintext()->label('client')->value($client->getDisplayName()) !!}
|
||||
@else
|
||||
{!! Former::select('client')->addOption('', '')->addGroupClass('client-select') !!}
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue