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

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

@if($result->orders_model->type =='sell' && $result->orders_model->country !='آمریکا') @endif @if($result->orders_model->type =='charge') @elseif($result->orders_model->type =='buy') @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->order->detail->amount_dollar * $result->orders_model->price_dollar) !!}
2 کسر 4.5% از مبلغ به عنوان کارمزد انتقال از کشور غیر از آمریکا %4.5 {{number_format($result->orders_model->price_dollar) !!} {{number_format($result->order->detail->amount_dollar * $result->orders_model->price_dollar - $result->orders_model->amount_rial) !!} -
{{number_format($result->orders_model->amount_rial) !!}
ایمیل گیرنده {{$result->orders_model->email}}
لینک محصول {{$result->orders_model->url_product}}
نام کاربری {{$result->orders_model->username}}
رمز عبور {{$result->orders_model->password}}
ایمیل {{$result->orders_model->email}}
موقعیت حساب شما {{$result->orders_model->country}}
صاحب حساب {{$result->orders_model->account_owner}}
وضعیت حساب {{$result->orders_model->account_status}}
کد پیگیری درگاه پرداخت {{$result->order->payment_tracking}}
@stop