@extends('layouts.masterbeta') @section('title', 'Cick ERP - MNO Partners') @push('styles') @endpush @section('breadcrumbs') Core Entities MNO Partners @endsection @section('content')
Manage MNO details, connections and others
| 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. | |||||