mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Refactor purchase.blade.php layout
This commit is contained in:
parent
9204ed1e3d
commit
133b22180d
@ -16,11 +16,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-span-12 xl:col-span-6 flex flex-col items-center">
|
||||
<div class="col-span-12 xl:col-span-6">
|
||||
<div class="sticky top-0">
|
||||
<div class="w-full p-10 lg:mt-24 md:max-w-xl">
|
||||
<div class="my-6 space-y-10">
|
||||
<livewire:billing-portal.summary :subscription="$subscription" :context="$context" />
|
||||
<div class="my-6 space-y-10 xl:ml-5">
|
||||
@livewire('billing-portal.summary', ['subscription' => $subscription, 'context' => $context])
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user