@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.payment_methods')) @section('body')
@livewire('payment-methods-table', ['client' => $client, 'company' => $company])
@endsection