mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 16:34:00 +00:00
customer support interface
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
@endphp
|
||||
<section id="customer-account">
|
||||
<h3>Customer Account</h3>
|
||||
<p>Marking: <span><a href="{{route('booking.details', $company->reference)}}" target="_blank">{{$company->reference}}</a></span></p>
|
||||
<p>Marking: <span><a href="{{route('customer.profile', $company->reference)}}" target="_blank">{{$company->reference}}</a></span></p>
|
||||
<p>Account Type: <span>{{$company->type === 1 ? 'Business' : 'Personal'}}</span></p>
|
||||
@if($company->type === 1)<p>Company's Name: <span>{{$company->name}}</span></p>@endif
|
||||
<p>Customer's Name: <span>{{$employees->pluck('name')->implode(', ')}}</span></p>
|
||||
|
||||
Reference in New Issue
Block a user