@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.payment_methods')) @section('header') {{ Breadcrumbs::render('payment_methods') }}

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

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

@if($client->getCreditCardGateway()) @lang('texts.add_payment_method') @endif
@endsection @section('body')
@livewire('payment-methods-table', ['client' => $client])
@endsection