@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.payments')) @section('header')

{{ ctrans('texts.payments') }}

{{ ctrans('texts.list_of_payments') }}

@endsection @section('body')
@livewire('payments-table')
@endsection