mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
10 lines
275 B
PHP
10 lines
275 B
PHP
|
@extends('portal.ninja2020.layout.app')
|
||
|
@section('meta_title', ctrans('texts.subscriptions'))
|
||
|
|
||
|
@section('body')
|
||
|
<div class="flex flex-col">
|
||
|
@livewire('subscription-invoices-table')
|
||
|
@livewire('subscription-recurring-invoices-table')
|
||
|
</div>
|
||
|
@endsection
|