@extends('layouts.app') @section('title') All ICCIDs @endsection @section('description') All iccids is here. @endsection @section('breadcrumb')
  • All ICCIDs
  • @endsection @section('content')
    @forelse ($iccids as $index => $iccid) @empty @endforelse
    # ICCID Device ID Phone Number Quota Left
    {{ $index+1 }} {{ $iccid->iccid }} @if($iccid->node()->exists()) {{ $iccid->node->device_id }} @else - @endif {{ $iccid->phone_number }} {{ $iccid->quota }} MB
    No data.
    @endsection