2021-06-07 11:06:31 +10:00

8 lines
222 B
PHP

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