@extends('layouts.user') @section('title') {{ 'Pay with ' . optional($order->gateway)->name ?? '' }} @endsection @section('content')
..

@lang('Please Pay') {{ getAmount($order->final_amount) }} {{ $order->gateway_currency }}

@csrf
@endsection