@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('Pay with Khalti') @endsection @push('script') @endpush