@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')

{{__("Order Info")}}

id )}}" class='text-info mx-2' style=''>
@csrf {{ method_field('DELETE') }}

{{$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))}}

{{__("Customer Info")}}

{{$item->user_name}}

{{$item->user_phone}}

{{$item->user_email}}

{{$item->country_name}}

{{$item->city_name}}

{{$item->region_name}}

{{$item->address}}

{{__("Product Details")}}

{{$item->category_name}}

{{$item->product_name}}

{{$item->product_description}}

{{$item->product_weight." ".__("KG")}}

{{$item->quantity}}

{{__("Payment Info")}}

{{$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}}

{{__("Product Design")}}
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection