@extends('template.layout') @section('title', 'Store') @section('submenuItem', 'getcoins') @section('content') @include('store.confirm.progress-bar')
Order for Account Number: ********* ********* {{ Auth::user()->id }}
@csrf
Confirm your order
Service {{ $product->coins }} Coins
Price @if(!empty($product->prefix)) {{ $product->prefix }} @endif {{ number_format($product->value, $product->decimals, ',') }} @if(!empty($product->suffix)) {{ $product->suffix }} @endif
Payment Method {{ ucfirst($paymentMethod->name) }}
Account Number: shown above
@endsection