mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:24:30 -04:00
Add billing portal purchase view
This commit is contained in:
parent
631b7f7b25
commit
9877c5ab3d
6
resources/views/billing-portal/v3/index.blade.php
Normal file
6
resources/views/billing-portal/v3/index.blade.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@extends('portal.ninja2020.layout.clean')
|
||||||
|
@section('meta_title', ctrans('texts.purchase'))
|
||||||
|
|
||||||
|
@section('body')
|
||||||
|
@livewire('billing-portal.purchase', ['subscription' => $subscription, 'db' => $subscription->company->db, 'hash' => $hash, 'request_data' => $request_data, 'campaign' => request()->query('campaign') ?? null])
|
||||||
|
@stop
|
Loading…
x
Reference in New Issue
Block a user