@extends('admin.layouts.master') @section('title') طلبات الأعضاء @endsection @section('styles') @endsection @section('page_header')
| # | رقم الطلب | صاحب الطلب | الجوال | @lang('web.date') | ق الطلب | ق الخصم | ق الشحن | المجموع | طريقة الدفع | @lang('messages.operations') |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $value->id }} | {{ \App\Models\User::find($value->user_id)->name }} | {{ \App\Models\User::find($value->user_id)->phone }} {{(int)\App\Models\User::find($value->user_id)->country_code}} | {{ $value->created_at->format('Y-m-d') }} | {{$value->products_total}} | {{$value->total_after_coupon}} | {{$value->shipping_cost ? $value->shipping_cost : 0 }} | {{ $value->all_total }} | {{\App\Models\PaymentMethod::find($value->payment_method)->name['ar']}} |
|