@extends('site.layouts.app') @section('title', 'Payment') @section('content')
@if (session('order_type') == 'order')

Your order is completed!

Thank you for your order! Your order is being processed and will be completed within 4 to 7 days. You will receive an email confirmation when your order is completed.

Continue Shopping Track your Order
@endif @if (session('order_type') == 'passportnicop')

You have completed your order!

@php $category = App\Models\PassportNicopCategory::where('id', session()->get('PassportNicopCategory'))->first(); $plan = App\Models\PassportNicop::where('category_id', $category->id)->first(); @endphp

We have just received your application for renewing your {{ $category->name }}. After reviewing the information and documents you have provided, our team will process your application to renew your {{ $plan->title }}. Typically, 30 to 40 working days are needed for this process

Thank you so much for trusting EasyTrans.
EasyTrans: Connecting Your Heart

Continue Shopping Track your Order
@endif @if (session('order_type') == 'money_order')

You have completed your order!

Thank you for your order! We have received and are processing your request for a money transfer
This process typically takes only 10 minutes.
For the status of your transaction, please click on the Trace Your Order button.

EasyTrans: Connecting Your Heart

Continue Shopping Track your Order
@endif
@endsection