@extends('user.orders.single') @section('orders_model') {!! coin_logo_image("ripple", ["alt" => "ripple", "loading" => "eager"]) !!}

فهرست محصولات / خدمات درخواستی

@if($result->orders_model->type =='buy') @endif @if($result->orders_model->type =='buy') @else @endif @if(isset($result->orders_model->destination_tag)) @endif @if(isset($result->order->payment_tracking)) @endif
# شرح مقدار / تعداد قیمت واحد مبلغ کل
1 {{$result->order->detail->type .' '. $result->order->detail->title}} {{$result->order->detail->amount_dollar}}{{$result->order->detail->dollar}} {{number_format($result->orders_model->price_dollar) !!} {{number_format($result->orders_model->amount_rial - $result->orders_model->transfer_fee) !!}
2 هزینه انتقال 0.25{{$result->order->detail->dollar}} {{number_format($result->orders_model->price_dollar) !!} {{number_format($result->orders_model->transfer_fee) !!}
{{number_format($result->orders_model->amount_rial) !!}
آدرس کیف پول گیرنده {{$result->orders_model->destination}}
TxID {{$result->orders_model->TxID}}
تگ {{$result->orders_model->destination_tag}}
کد پیگیری درگاه پرداخت {{$result->order->payment_tracking}}
@stop