2020-06-15 17:34:26 +02:00

8 lines
197 B
PHP

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