bug fixes, AM change feature, refactoring
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
@include('client.partials.edit-finance')
|
||||
@include('client.partials.progress_indicator_details')
|
||||
@include('client.partials.support_fees_form')
|
||||
@include('client.partials.change-am')
|
||||
<div class="">
|
||||
<div class="x_content">
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
@@ -77,7 +78,12 @@
|
||||
Client Account Manager : <strong><em> <?php echo $showclient->contact_person ?? 'N/A' ?> </em></strong>
|
||||
</div>
|
||||
<div class="">
|
||||
Click Account Manager : <strong><em> <?php echo $showclient->auth_user_info->name ?? 'N/A' ?> </em></strong>
|
||||
Click Account Manager :
|
||||
<strong><em> <?php echo $showclient->auth_user_info->name ?? 'N/A' ?> </em>
|
||||
@if($change_account_mgr_permisson == 'YES' )
|
||||
<button class="btn btn-success btn-xs" id="changeAmTrigBtn"><i class="fa fa-edit m-right-xs"></i></button>
|
||||
@endif
|
||||
</strong>
|
||||
</div>
|
||||
<ul class="list-unstyled user_data">
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user