@extends('layouts.app') @section('title', 'Daftar Tenant') @section('content')
Kelola semua perusahaan di platform / Manage all companies
| Nama Tenant | Paket | Status | Aksi | |
|---|---|---|---|---|
| {{ $tenant->name }} |
{{ strtoupper($tenant->plan) }}
@if($tenant->plan === 'pemula')
Selamanya
@elseif($tenant->isPlanExpired())
Expired {{ $tenant->plan_expires_at->format('d/m/Y') }}
@elseif($tenant->plan_expires_at)
s/d {{ $tenant->plan_expires_at->format('d/m/Y') }}
@endif
|
{{ $tenant->is_active ? 'Aktif' : 'Nonaktif' }} | ||
|
🏢
Belum ada tenant No tenants yet |
||||