@extends('layouts.core.empty', [
'subscriptionPage' => true,
])
@section('title', trans('messages.subscriptions'))
@section('content')
{!! trans('cashier::messages.pay_invoice') !!}
{!! $service->getPaymentInstruction() !!}
@include('invoices.bill', [
'bill' => $invoice->getBillingInfo(),
])
@endsection