@extends('layouts/client') @section('scripts') @endsection @section('title', __('client.payment-methods.index')) @section('content')
{{ __('client.payment-methods.invoices_description') }}
| {{ __('global.invoice') }} | {{ __('store.total') }} | {{ __('client.invoices.paymethod') }} | {{ __('global.date') }} |
|---|---|---|---|
| {{ $invoice->identifier() }} | {{ formatted_price($invoice->subtotal, $invoice->currency) }} | {{ $invoice->gateway->name ?? __('global.unknown') }} | {{ $invoice->created_at->format('d/m/Y H:i') }} |
|
{{ __('global.no_results') }} |
|||
{{ __('client.services.subscription.manage_subscriptions.index_description') }}
| {{ __('global.name') }} | {{ __('global.status') }} | {{ __('client.services.subscription.manage_subscriptions.next_renewal') }} | {{ __('client.payment-methods.paymentmethod') }} | {{ __('global.actions') }} |
|---|---|---|---|---|
| {{ $service->name }} |
|
|||
|
{{ __('global.no_results') }} |
||||
{{ __('client.payment-methods.add_description') }}