fixed shortcode edit issues plus refactoring
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4 class="green">Company Details</h4>
|
||||
<table class="table">
|
||||
<table class="table table-bordered table-word-wrap">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>{{ $mnoshow->country }}</td>
|
||||
@@ -90,7 +90,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Support Emails</th>
|
||||
<td>
|
||||
<td >
|
||||
<?php
|
||||
echo ($mnoshow->support_emails) ? implode(',', json_decode($mnoshow->support_emails)) : "";
|
||||
?>
|
||||
@@ -121,7 +121,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Finace Contact Person</th>
|
||||
<th>Finance Contact Person</th>
|
||||
<td>
|
||||
<?php
|
||||
echo ($mnoshow->contact_person_finance) ?? "N/A";
|
||||
@@ -134,7 +134,7 @@
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4 class="green">Operations </h4>
|
||||
<table class="table">
|
||||
<table class="table table-word-wrap">
|
||||
<tr>
|
||||
<th>Services</th>
|
||||
<td class="">
|
||||
|
||||
Reference in New Issue
Block a user