@extends('template.layout') @section('title', 'Get Packages') @section('submenuItem', 'packages') @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::whereIn('id', [1, 3])->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