diff --git a/app/(portal)/layout.tsx b/app/(portal)/layout.tsx deleted file mode 100644 index cf89664..0000000 --- a/app/(portal)/layout.tsx +++ /dev/null @@ -1,19 +0,0 @@ -'use client'; - -export default function PortalLayout({ children }: { children: React.ReactNode }) { - return ( -
Account #{subscriber?.accountNumber}
-{label}
-{value}
-Plan
-{account.subscription.planName}
-Speed
-- {account.subscription.downloadMbps}β / {account.subscription.uploadMbps}β Mbps -
-Monthly Rate
-{formatCurrency(account.subscription.monthlyRate)}
-Status
- - {account.subscription.status} - -No active subscription.
- )} -- You have an outstanding balance. Please settle your invoices to avoid service interruption. -
- )} -View Invoices
-See your billing history
- - -Support Tickets
-View or raise a ticket
- -| - {h} - | - ))} -||||
|---|---|---|---|---|
| - {inv.invoiceNumber ?? inv.id.slice(0, 8)} - | -- {formatCurrency(Number(inv.total ?? 0))} - | -0 ? 600 : 400, color: Number(inv.balance) > 0 ? '#DC2626' : '#64748B' }}> - {formatCurrency(Number(inv.balance ?? 0))} - | -- {inv.dueDate ? formatDate(inv.dueDate) : 'β'} - | -- - {inv.status} - - | -
Enter your ISP code and account details to continue.
- - {error && ( -| - {h} - | - ))} -|||
|---|---|---|---|
| {t.subject} | -{t.type ?? 'β'} | -- - {t.status.replace('_', ' ')} - - | -{formatDate(t.createdAt)} | -
Describe your issue and our team will get back to you.
- - {submitError && ( -