@extends('layouts.master') @section('title', 'Paket Internet') @section('page-title', 'Master Paket Internet') @section('css') @endsection @section('content')
| # | Kode | Nama Paket | Kecepatan | Harga Bulanan | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $row->kode }} |
{{ $row->nama }}
{{ $row->kecepatan_mbps ? $row->kecepatan_mbps . ' Mbps' : '-' }}
|
{{ $row->kecepatan_mbps ? $row->kecepatan_mbps . ' Mbps' : '-' }} | Rp {{ number_format($row->harga_bulanan, 0, ',', '.') }} | @if ($row->is_aktif) Aktif @else Non Aktif @endif | Edit |
| Belum ada data paket. | ||||||