@extends('layouts.core.frontend')
@section('title', trans('messages.subscriptions'))
@section('page_script')
@endsection
@section('page_header')
@endsection
@section('content')
@include("account._menu", ['tab' => 'subscription'])
{{ $invoice->title }}
{!! trans('cashier::messages.coinpayments.pending.intro') !!}
-
{{ trans('cashier::messages.coinpayments.status_code') }}
{{ $service->getData($invoice)['status'] }}
-
{{ trans('cashier::messages.coinpayments.status') }}
{{ $service->getData($invoice)['status_text'] }}
-
{{ trans('cashier::messages.coinpayments.plan') }}
{{ $invoice->title }}
-
{{ trans('cashier::messages.coinpayments.amount') }}
{{ $invoice->total() }} {{ $service->receiveCurrency }}
-
{{ trans('cashier::messages.coinpayments.checkout_url') }}
-
{{ trans('cashier::messages.coinpayments.status_url') }}
@include('invoices.bill', [
'bill' => $invoice->getBillingInfo(),
])
@endsection