{{-- --}}
{{jdate($order->created_at)->format('Y/m/d')}} {{$order->code}}
{{$order->status->objectData->title??'-'}}
تاریخ تحویل بسته

{{jdate($order->reserved_at)->format('h:i - Y/m/d')}}

هزینه ارسال {{number_format($order->shipping_price) . ' تومان '}}
نوع ارسال {{$order->shippingMethod->title}}
مبلغ کل {{number_format($order->total_price) . ' تومان '}}
تحویل گیرنده {{$order->address_name . ' ' . $order->address_last_name}}
شماره تماس {{$order->address_mobile}}
آدرس {{$order->address_province . '، ' . $order->address_city . '، ' . $order->address_address . '، پلاک:' . $order->address_number . '، واحد:' . $order->address_unit}}
@foreach($order->items as $item)

{{$item->title}}

  • {{$item->count . ' عدد '}}
  • {{--
  • با عطر آواکادو
  • --}}
{{--تحفیف: 3.000 تومان--}}
قیمت واحد: {{number_format($item->price)}} تومان
{{-- @if(!$loop->last)--}} {{--
--}} {{-- @endif--}} @endforeach
@if(isMobile())
@if(!$order->is_payed) @else پرینت فاکتور @endif
@endif @if(isMobile()) @push('scripts') @endpush @endif