@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
{{$item->id}}
@php echo switch_order_status_label($item->order_status) @endphp
--}}{{$item->notes?$item->notes:"---"}}
{{date("d/m/Y",strtotime($item->created_at))}}
@if(!empty($item->delivery_date)){{date("d/m/Y",strtotime($item->delivery_date))}}@else --- @endif
{{__(ucfirst($item->delivery_shift))}}
{{$item->user_name}}
{{$item->user_phone}}
{{$item->user_email}}
{{$item->country_name}}
{{$item->city_name}}
{{$item->region_name}}
{{$item->address}}
{{$item->category_name}}
{{$item->product_name}}
{{$item->product_description}}
{{$item->product_weight." ".__("KG")}}
{{$item->quantity}}
{{$item->payment_method}}
{{$item->original_price ." x ".$item->quantity." = ".$item->total_product_price." ".$item->currency}}
{{$item->shipping_cost?$item->shipping_cost." ".$item->currency:"---"}}
{{$item->total_original_price." ".$item->currency}}
{{$item->coupon_code?$item->coupon_code:"---"}}
{{$item->discount_amount?$item->discount_amount:"---"}}
{{$item->total_cost." ".$item->currency}}