Support Contacts
Contact Person
{{ $operator->contact_person ?? 'N/A' }}
Direct Phone
{{ $operator->contact_person_phone ?? 'N/A' }}
Technical Support Lead
{{ $operator->technical_support_person ?? 'N/A' }}
Support MS Team
{{ $operator->support_skype ?? 'N/A' }}
Support Emails
@if(is_array($operator->support_emails) && count($operator->support_emails) > 0)
@foreach($operator->support_emails as $email)
{{ $email }}
@endforeach
@else
None listed
@endif
Finance Emails
@if(is_array($operator->finance_emails) && count($operator->finance_emails) > 0)
@foreach($operator->finance_emails as $email)
{{ $email }}
@endforeach
@else
None listed
@endif