@extends('themes.flaty.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') }}
@push('scripts') @endpush @endsection