@extends('user.layouts.master') @section('content')

{{ __('Make Your Payment') }}

{!! __('Your order :orderid has been placed successfully. To complete, please send the exact amount of :amount to the address below.', ['orderid' => ''.the_tnx(data_get($tranx, 'tnx')).'', 'amount' => ''.money($amount, $currency, ['dp' => 'calc']).'']) !!}

@push('scripts') @endpush
@endsection