@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() !!}
@include('invoices.bill', [
'bill' => $invoice->getBillingInfo(),
])
@endsection