@extends('template.layout') @section('title', 'Get Packages') @section('submenuItem', 'packages') @section('content') @include('store.confirm.progress-bar')
Order for Account Number: ********* ********* {{ Auth::user()->id }}
@csrf
Confirm your order
Total Price: @php $totalPrice = ($bronze * 130) + ($silver * 210) + ($gold * 330); @endphp @if(!empty($product->prefix)) {{ $product->prefix }} @endif {{ number_format($totalPrice, $product->decimals, ',', '') }} @if(!empty($product->suffix)) {{ $product->suffix }} @endif
Select Character:
Coupon Code:
Payment Method: {{ ucfirst($paymentMethod->name) }}
Account Number: shown above
Account Email: {{ Auth::user()->email }}
@endsection