@extends('portal.ninja2020.layout.app')
@section('meta_title', ctrans('texts.recurring_invoices'))
@section('body')
<div class="flex flex-col">
@livewire('recurring-invoices-table')
</div>
@endsection