@extends('layouts.app') @section('content')
| ID# | Country | Name | ESim Type | APN Type | APN Value | Info | Plan Type | Rechargeability | Created At | Updated At | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | @if($operator->type == 'global')
|
@else
|
@endif
|
{{ $operator->esim_type }} | {{ $operator->apn_type }} | {{ $operator->apn_value }} | {{ $operator->info ?? '---' }} | {{ $operator->plan_type }} | {{ $operator->rechargeability == 1 ? 'Yes' : 'No' }} | {{ date('d M Y h:i A', strtotime($operator->created_at)) }} | {{ date('d M Y h:i A', strtotime($operator->updated_at)) }} |