@extends('layouts.masterbeta') @section('title', 'Cick ERP - MNO Partners') @push('styles') @endpush @section('breadcrumbs') Core Entities MNO Partners @endsection @section('content')

Mobile Network Operators (MNO)

Manage MNO details, connections and others

ACTIVE CONNECTIONS

{{ $totalActive }} Active

Countries

{{ $uniqueCountries }}

REGISTERED MNO PARTNERS

{{ $totalOperators }}

@include('network_operators.partials.countries')
@forelse($operators as $operator) @empty @endforelse
Country Operator Connection Type Services Status Actions
{{ $operator->country }}
{{ strtoupper(substr($operator->name, 0, 2)) }}
{{ $operator->name }}
{{ $operator->contact_person ?? 'N/A' }}
{{ $operator->connection_type ?? 'N/A' }}
@if(is_array($operator->services)) @foreach($operator->services as $service) {{ strtoupper($service) }} @endforeach @else None @endif
{{ $operator->connection_status ?? 'N/A' }}
No MNO partners found.
@if($operators->hasPages())
Showing {{ $operators->firstItem() }} to {{ $operators->lastItem() }} of {{ $operators->total() }} MNO partners
{{ $operators->links() }}
@endif
@endsection @push('modals') @include('network_operators.partials.mno_modals') @endpush @push('scripts') @endpush