@extends('template.layout') @section('title', 'Store') @section('submenuItem', 'getcoins') @section('content')
Rules
Payment methods
Select product
Confirm your order
Summary
Order for Account Number: ********* ********* {{ $webOrderHistory->account_id }}
@csrf
Summary
Thank you for your order. You will be redirected after you completed the payment. Please keep in mind that depending on the selected payment method your order may take several days to be finalised, particularly when using an offline payment method.

@if(!empty($couponCode) && !empty($streamerUrl)) @else @endif @if(!empty($couponCode)) @endif @if(!empty($streamerUrl)) @endif
Original Price @if(!empty($webOrderHistory->product->prefix)) {{ $webOrderHistory->product->prefix }} @endif {{ number_format($oldPrice, 2, ',', '.') }}
Discount Applied @if(!empty($webOrderHistory->product->prefix)) {{ $webOrderHistory->product->prefix }} @endif -{{ number_format( ( $oldPrice - $totalPrice ) , 2, ',', '.') }} ({{ $discountPercentage }}%)
Final Price @if(!empty($webOrderHistory->product->prefix)) {{ $webOrderHistory->product->prefix }} @endif {{ number_format($totalPrice, 2, ',', '.') }}
Price @if(!empty($webOrderHistory->product->prefix)) {{ $webOrderHistory->product->prefix }} @endif {{ number_format($webOrderHistory->price, $webOrderHistory->product->decimals, ',') }} @if(!empty($webOrderHistory->product->suffix)) {{ $webOrderHistory->product->suffix }} @endif
Coupon Code {{ $couponCode }} - {{ $discountPercentage }}% discount
Streamer {{ $streamerUrl->name }}
Payment Method {{ ucfirst($webOrderHistory->product->payment->name) }}
Account Number: shown above
Account Email: {{ $webOrderHistory->account->email }}
@if(isset($response['qr_code_base64'])) @endif @if(isset($response['qr_code'])) @endif
Code PIX:
@endsection @section('scripts') @endsection