@extends('layouts.core.empty', [ 'subscriptionPage' => true, ]) @section('title', trans('messages.subscriptions')) @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