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

@lang('Payment Preview')

@lang('PLEASE SEND EXACTLY') {{ getAmount($data->amount) }} {{@$data->gateway_currency}} {{@$data->currency}}

@lang('TO') {{ $data->sendto }}
..

@lang('SCAN TO SEND')

@endsection