@extends('template.layout') @section('title', 'Store') @section('submenuItem', 'getcoins') @section('content')
Rules
Payment methods
Select product
Confirm your order
Summary
Order for Account Number: ********* ********* {{ Auth::user()->id }}
@php $serverPath = config('server.fullServerDomain'); @endphp
@csrf
Select product
{{--
--}}
@foreach(\App\Models\WebShopProduct::wherePaymentOptionId($paymentId)->whereActive(true)->orderBy('value')->get() as $product)
@endforeach
*
Please note that the prices may vary depending on the current exchange rate.
Different prices may apply depending on your selected payment method.
@endsection @section('scripts') @endsection