@extends('admin.layout') @section('title', 'Paket') @section('content')
| Nama | Harga | Status | |
|---|---|---|---|
|
{{ $package->name }} {{ $package->description }} |
{{ $package->formattedPrice() }} | {{ $package->is_active ? 'aktif' : 'nonaktif' }} | Edit |
| Belum ada paket. | |||