@extends('web.layouts.app') @section('title', transWord('الطلبات')) @section('sub_header')

{{ transWord('الطلبات') }}

@endsection @section('content')
@include('web.includes.profile-sidebar')

{{ transWord('تفاصيل الطلب') }} {{ $order->code }}

@foreach ($order->items as $orderItem)
{{ $orderItem->product->name }}

{{ $orderItem->product->name }}

{{--

تم التوصيل في الأحَد, ٢٢ نوفمبر, ٠٧:٥٠ م

--}}

{{ transWord('عدد الاصناف') }} {{ $orderItem->qty }}X

@endforeach
@endsection