@extends('home.layouts.master') @section('css') @endsection @section('main')
{{Setting::get('title')}}
#{{$payment->token}}

@if ($payment->status == 'init') {{trans('in')}} {{trans('payment expires')}} @endif
@if ($payment->status == 'init')

{{trans('wallet')}}:

{{optional($payment->tronData)->address_base_58}}

{{trans('amount')}}:

{{$payment->amount}} USDT


{{trans('please pay the exact amount in a single transaction')}}
@elseif ($payment->status == 'done')

Payment Done


@endif
{{trans('merchant')}}:

{{optional($payment->gateway)->title}}

{{trans('website')}}:
@endsection @section('js') @endsection