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

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

@if($result->orders_model->type =='buy') @elseif($result->orders_model->type =='buy-product') @if(isset($result->orders_model->username) && isset($result->orders_model->password) ) @endif @else @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->Payee_Account}}
لینک محصول {{$result->orders_model->url_product}}
نام کاربری {{$result->orders_model->username}}
رمز عبور {{$result->orders_model->password}}
اکانت پرداخت کننده {{$result->orders_model->Payer_Account}}
کد پیگیری درگاه پرداخت {{$result->order->payment_tracking}}
@stop @section('script') @parent @stop