@extends('layouts.user') @section('title') {{ 'Pay with '.optional($order->gateway)->name ?? '' }} @endsection @section('content') @lang('Please Pay') {{getAmount($order->final_amount)}} {{$order->gateway_currency}} {{-- @lang('To Get') {{getAmount($order->amount)}} {{$basic->currency}} --}} @lang('Pay with VoguePay') @push('script') @endpush @endsection