@extends('layouts.core.frontend_dark', [ 'subscriptionPage' => true, ]) @section('title', trans('messages.subscriptions')) @section('menu_title') @include('subscription._title') @endsection @section('menu_right') @if ($invoice->type !== \Acelle\Model\InvoiceNewSubscription::TYPE_NEW_SUBSCRIPTION) @endif @include('layouts.core._top_activity_log') @include('layouts.core._menu_frontend_user', [ 'menu' => 'subscription', ]) @endsection @section('content')

{!! trans('messages.invoice.pending') !!}

{!! trans('messages.invoice.pending.wording') !!}

@include('invoices.bill', [ 'bill' => $invoice->mapType()->getBillingInfo(), ])
@endsection