Contact Person :{{ $showclient->contact_person or 'N/A' }}
Country: @if($showclient->country_info) {{ $showclient->country_info->en_short_name }} @else None Entered @endif
Email: ironadmin.com
Skype: ironadmin.com
Linked In: ironadmin.com
Last Payment
Invoice Number : 4F3S8J
Payment Date: 12/22/2022
Amount : $3,4567
Account Manager
{{ $showclient->auth_user_info->name }}
Services
| Service Name |
Date Started |
Description |
Status |
Action |
@if ($show_services->isEmpty())
| No Services found |
@else
@foreach($show_services as $service)
| {{ $service_type[$service->category_id] }} |
{{ $service->date_started or 'N/A' }} |
{{ $service->description or 'N/A' }} |
{{ $service->status }} |
|
@endforeach
@endif