mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update purchase.blade.php layout
This commit is contained in:
parent
21aa192e34
commit
9696fc4f59
@ -1,5 +1,7 @@
|
||||
<div class="grid grid-cols-12 bg-gray-50">
|
||||
|
||||
<div
|
||||
|
||||
class="col-span-12 xl:col-span-6 bg-white flex flex-col items-center lg:h-screen"
|
||||
>
|
||||
<div class="w-full p-10 lg:mt-24 md:max-w-xl">
|
||||
@ -11,7 +13,7 @@
|
||||
|
||||
|
||||
<div class="my-10" id="container">
|
||||
@livewire($this->component, ['context' => $context, 'subscription' => $this->subscription], key($this->component))
|
||||
@livewire($this->component, ['context' => $context, 'subscription' => $this->subscription], key($id))
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user