@extends(view_path('master')) @section('additional_head_tags') @if(config('payments.stripe.enabled')) @endif @if(config('payments.payhere.enabled')) @endif @if(config('payments.omise.enabled')) @endif @if(config('payments.spankpay.enabled')) @endif @endsection @section('pre_js') @if(config('payments.authorize_net.enabled')) @endif @endsection @section('body')
{{ __(':name Plan', ['name' => $subscription->name]) }}