mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
customer support interface
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
<h2>Customer Account</h2>
|
||||
<p>Account Type: <span>{{$company->type === 1 ? 'Business' : 'Personal'}}</span></p>
|
||||
<p>Company's Name: <span>{{$company->name}}</span></p>
|
||||
<p>Customer's Name: <span>{{$employees->pluck('name')->implode()}}</span></p>
|
||||
<p>Email: <span>{{$employees->pluck('email')->implode()}}</span></p>
|
||||
<p>Customer's Name: <span>{{$employees->pluck('name')->implode(', ')}}</span></p>
|
||||
<p>Email: <span>{{$employees->pluck('email')->implode(', ')}}</span></p>
|
||||
<p>Phone: <span id="customer-email"></span></p>
|
||||
<p>Registration Date: <span id="customer-registration-date"></span></p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user