Files
coolify/resources/views/livewire/subscription/show.blade.php
Andras Bacsai 5b517f21be feat(ui): add configurable page widths and searchable controls
Add full-width and centered layout preferences across the app shell and workspaces.
Replace page-size selects with dropdowns and add searchable breadcrumb switching.
2026-08-16 20:54:50 +02:00

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>