mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
wip
This commit is contained in:
parent
c0f5780172
commit
41f37fc189
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
@foreach($subscription->service()->recurring_products() as $product)
|
@foreach($subscription->service()->recurring_products() as $product)
|
||||||
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
|
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
|
||||||
<div class="text-sm">{{ $product->product_key }}</div>
|
<div class="text-sm">{{ $product->notes }}</div>
|
||||||
<div data-ref="price-and-quantity-container">
|
<div data-ref="price-and-quantity-container">
|
||||||
<span
|
<span
|
||||||
data-ref="price">{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}</span>
|
data-ref="price">{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}</span>
|
||||||
@ -136,9 +136,6 @@
|
|||||||
@elseif($steps['show_start_trial'])
|
@elseif($steps['show_start_trial'])
|
||||||
<form wire:submit.prevent="handleTrial" class="mt-8">
|
<form wire:submit.prevent="handleTrial" class="mt-8">
|
||||||
@csrf
|
@csrf
|
||||||
<p class="mb-4">Some text about the trial goes here. Details about the days, etc.</p>
|
|
||||||
|
|
||||||
|
|
||||||
<button class="px-3 py-2 border rounded mr-4 hover:border-blue-600">
|
<button class="px-3 py-2 border rounded mr-4 hover:border-blue-600">
|
||||||
{{ ctrans('texts.trial_call_to_action') }}
|
{{ ctrans('texts.trial_call_to_action') }}
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user