@extends(get_view('pages.user.index')) @section('user.title', __('Siparişlerim')) @section('user.sidebar-my-orders') active @endsection @section('user.content') @if ( $orders->count() > 0 )
{{ $order_product->product->content->name ?? '-' }}
{{ $order_product->get_price(false) }} ({{ $order_product->quantity }}x)
@if($order_product->product_variant->options ?? null)
{{-- Ürünü Değerlendir --}}
{{ __('Kargo Firması') }}:
{{ $order_product->cargo_company_name }}
{{ __('Kargo Numarası') }}:
{{ $order_product->cargo_number }}
{{ __('Bu ürünü değerlendirdin') }}
{{ __('İade Talebi Oluşturuldu') }}
{{ $order->delivery_address->fullname ?? '' }}
{{ $order->delivery_address->phone ?? '' }}
{{ $order->delivery_address->country->name ?? '' }}/{{ $order->delivery_address->city ?? '' }}/{{ $order->delivery_address->district ?? '' }} - {{ $order->delivery_address->postcode ?? '' }}
{{ $order->delivery_address->address ?? '' }}
{{ $order->invoice_address->fullname ?? '' }}
{{ $order->invoice_address->phone ?? '' }}
{{ $order->invoice_address->country->name ?? '' }}/{{ $order->invoice_address->city ?? '' }}/{{ $order->invoice_address->district ?? '' }} - {{ $order->invoice_address->postcode ?? '' }}
{{ $order->invoice_address->address ?? '' }}