bug fixes, AM change feature, refactoring
This commit is contained in:
@@ -60,7 +60,9 @@
|
||||
<h3>{{ $showclient->name }}</h3>
|
||||
<div class="well" style="border-radius: 25px;">
|
||||
Click Account Manager <br>
|
||||
<strong><em> <?php echo $showclient->auth_user_info->name ?? 'N/A' ?> </em></strong>
|
||||
<strong>
|
||||
<em> <?php echo $showclient->auth_user_info->name ?? 'N/A' ?> </em>
|
||||
</strong>
|
||||
</div>
|
||||
<h4>
|
||||
Status : <span class="label label-{{ $status_bg }}">{{ $showclient->status }}</span>
|
||||
|
||||
Reference in New Issue
Block a user