@extends('layouts.app-admin') @section('content')
| ID Paket | Nama Paket | Harga | Durasi (hari) | Status | Aksi |
|---|---|---|---|---|---|
| {{ $package['packageId'] }} | {{ $package['name'] }} | Rp {{ number_format($package['price'], 0, ',', '.') }} | {{ $package['duration'] }} | @if($package['status'] === 'active') Active @else Inactive @endif | ✏️ |