@extends('template.layout') @section('title', 'Get Coins') @section('submenuItem', 'getcoins') @section('content')
Rules
Payment methods
Select product
Confirm your order
Summary
Order for Account Number: ********* ********* {{ Auth::user()->id }}
@csrf
Select payment method
@foreach(\App\Models\WebPaymentOption::whereActive(true)->take(2)->get() as $option)
Usual Process Time:
{{ \App\Enum\ProcessingTime::getString($option->processing_time) }}
@if(!empty($option->additional_title) && !empty($option->additional_text)) @endif
@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