|
@@ -229,7 +229,8 @@
|
|
</div>
|
|
</div>
|
|
<div class="mt-auto border rounded border-secondary">
|
|
<div class="mt-auto border rounded border-secondary">
|
|
<div class="d-flex justify-content-between p-2">
|
|
<div class="d-flex justify-content-between p-2">
|
|
- <span class="d-inline-block mr-4" x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
|
|
|
|
|
|
+ <span class="d-inline-block mr-4"
|
|
|
|
+ x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
|
|
</span>
|
|
</span>
|
|
<span class="d-inline-block"
|
|
<span class="d-inline-block"
|
|
x-text="product.price + ' {{ CREDITS_DISPLAY_NAME }}'"></span>
|
|
x-text="product.price + ' {{ CREDITS_DISPLAY_NAME }}'"></span>
|
|
@@ -250,13 +251,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </template>
|
|
</div>
|
|
</div>
|
|
- </template>
|
|
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
|
|
- </form>
|
|
|
|
- <!-- END FORM -->
|
|
|
|
|
|
+ </form>
|
|
|
|
+ <!-- END FORM -->
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|