@extends('themes.basic.layouts.single') @section('title', translate('Premium membership', 'premium')) @section('hide_header', true) @section('content')
{{ translate('Complete the payment', 'premium') }}

{{ priceSymbol($trx->price) }}

@csrf
{{ translate('Cancel Payment', 'premium') }}
@endsection