customer support interface

This commit is contained in:
Omair Saleh
2023-01-24 05:07:25 +08:00
parent 8bf1d535cd
commit 1c6a92a387
@@ -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>