customer support interface

This commit is contained in:
Omair Saleh
2023-01-24 05:04:50 +08:00
parent 8259e9cc1a
commit ff9bcf3f41
@@ -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>