@extends('layouts.masterbeta') @section('title', 'Cick ERP - ' . $operator->name) @section('breadcrumbs') MNO Partners {{ $operator->name }} @endsection @section('content')
{{ strtoupper(substr($operator->name, 0, 2)) }}

{{ $operator->name }}

{{ $operator->country }} • {{ $operator->connection_status ?? 'Offline' }}

Back to List
CONNECTION TYPE
{{ $operator->connection_type ?? 'Standard Link' }}
BUYING RATE
{{ $operator->buying_rate ? number_format($operator->buying_rate, 4) : '0.0000' }}
PAYMENT TERMS
{{ $operator->payment_terms ?? 'N/A' }}
Carrier & Technical Configuration

Operating Country {{ $operator->country }}
Rate Type {{ $operator->rate_type ?? 'N/A' }}
Account Manager {{ $operator->mno_account_manager ?? 'N/A' }}
Direct Business {{ $operator->direct_business ?? 'YES' }}
Provisioned Services

@if(is_array($operator->services) && count($operator->services) > 0) @foreach($operator->services as $service) {{ is_numeric($service) ? App\Models\Service::find($service)->name ?? 'Service #'.$service : $service }} @endforeach @else No specific services provisioned. @endif
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
Connection Endpoints (VPN / Whitelisted IPs & Domains)

@forelse($operator->connectionDetails as $conn) @empty @endforelse
Mode Identifier (IP / Domain / VPN) Port Status Notes Actions
{{ $conn->connection_mode }} @if($conn->vpn_file_path) View Form @endif {{ $conn->identifier }} {{ $conn->port ?? 'N/A' }} {{ $conn->status }} {{ $conn->notes ?? '-' }}
@csrf @method('DELETE')
No specific VPN or IP whitelisting rules added yet.
@endsection @push('modals') @endpush @push('scripts') @endpush