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

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

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

@lang('SCAN TO SEND')

@endsection