@extends('layouts.core.frontend_dark', [ 'subscriptionPage' => true, ]) @section('title', trans('messages.subscriptions')) @section('menu_title') @include('subscription._title') @endsection @section('menu_right') @include('layouts.core._top_activity_log') @include('layouts.core._menu_frontend_user', [ 'menu' => 'subscription', ]) @endsection @section('content')

{!! trans('cashier::messages.pay_invoice') !!}

{!! $service->getPaymentInstruction() !!}

{{ csrf_field() }}
{{ csrf_field() }} {{ trans('cashier::messages.go_back') }}
@include('invoices.bill', [ 'bill' => $invoice->getBillingInfo(), ])
@endsection