@extends('layouts.app') @section('content')
| ID# | Name | ESim Type | APN Type | APN Value | Info | Plan Type | Rechargeability | Created At | Updated At |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $operator->name }} | {{ $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)) }} |