@extends('layouts.app') @section('title', 'Package Details') @section('content')
Name
{{ $package->name }}
Speed
{{ $package->speed }} Mbps
Price
Rp {{ number_format($package->price, 0, ',', '.') }}
Tax Rate
{{ $package->tax_rate ?? 0 }}%
Status
{{ $package->is_active ? 'Active' : 'Inactive' }}Mikrotik Profile
{{ $package->mikrotik_profile ?? '-' }}
Description
{{ $package->description ?? '-' }}
| Name | Phone | Status | Join Date |
|---|---|---|---|
| {{ $customer->name }} | {{ $customer->phone ?? '-' }} | {{ ucfirst($customer->status) }} | {{ $customer->join_date ? $customer->join_date->format('d M Y') : '-' }} |
| No customers using this package | |||