@extends('layouts.frontend') @section('title', __('Processing Payment')) @section('content')

{{ __('Complete Your Payment') }}

{{ __('You are paying for the') }} {{ $plan->name }} {{ __('plan. Please complete the payment below.') }}

{!! $html !!}
@endsection