mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Add full-width and centered layout preferences across the app shell and workspaces. Replace page-size selects with dropdowns and add searchable breadcrumb switching.
11 lines
294 B
PHP
11 lines
294 B
PHP
<div class="application-settings-form w-full max-w-none">
|
|
<x-slot:title>
|
|
Subscription | Coolify
|
|
</x-slot>
|
|
|
|
<x-dashboard.navbar section="subscription" title="Subscription"
|
|
subtitle="Plan and billing for Coolify Cloud" />
|
|
|
|
<livewire:subscription.actions />
|
|
</div>
|