mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
customer support interface
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
@endphp
|
||||
<section id="customer-account">
|
||||
<h3>Customer Account</h3>
|
||||
<p>Marking: <span><a href="{{route('booking.details', $company->reference)}}"></a>{{$company->reference}}</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