@extends('layouts.core.frontend') @section('title', trans('messages.subscriptions')) @section('page_header')
@endsection @section('content') @include("account._menu", ['tab' => 'subscription'])

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

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

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