@extends('front.layout.master') @section('content') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- طلباتك--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{-- @if(count($data['first']) > 0)--}} {{-- @foreach($data['first'] as $first)--}} {{-- --}}{{-- @dd($first)--}} {{-- --}}{{-- #{{$first['mac_address']}}--}} {{--
  • --}} {{--
    --}} {{--
    --}} {{-- --}} {{-- رقم الطلب--}} {{--
    --}} {{-- #{{$first['order_number']}}--}} {{--
    --}} {{--
    --}} {{--
      --}} {{--
    • --}} {{-- عدد المنتجات--}} {{-- {{$first['productCount']}}--}} {{--
    • --}} {{--
    • --}} {{-- اجمالى الطلب--}} {{-- {{$first['total']}} د.ك--}} {{--
    • --}} {{--
    • --}} {{-- طريقة الدفع--}} {{-- {{$first['payment_method']}}--}} {{--
    • --}} {{--
    --}} {{--
    --}} {{-- --}} {{--
    --}} {{-- تتبع الطلب--}} {{-- {{trans('admin.'.$first['status'])}}--}} {{--
    --}} {{--
    --}} {{--
  • --}} {{-- @endforeach--}} {{-- @else--}} {{--
    --}} {{-- تنبيه! لا يوجد طلبات في السله.--}} {{--
    --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

الطلبات السابقة

@if(count($data) > 0) @foreach($data as $da)
  • رقم الطلب {{$da['order_number']}}
  • اجمالي الطلب {{$da['total']}} K.D
تاريخ الطلب : {{$da['order_created']}}
    @if($da['status'] == 'pending')
  • انتظار الموافقة
  • قيد التجهيز
  • قيد التوصيل
  • تم الاستلام
  • @elseif($da['status'] == 'confirm')
  • انتظار الموافقة
  • قيد التجهيز
  • قيد التوصيل
  • تم الاستلام
  • @elseif($da['status'] == 'out_of_delivery')
  • انتظار الموافقة
  • قيد التجهيز
  • قيد التوصيل
  • تم الاستلام
  • @elseif($da['status'] == 'delivered')
  • انتظار الموافقة
  • قيد التجهيز
  • قيد التوصيل
  • تم الاستلام
  • @endif
@endforeach @endif
@endsection @push('js') @endpush