@extends('web.include.master') @section('content')
{{ $ItemData->title_type }}, {{ ucfirst($ItemData->fname.' '. $ItemData->lname) }}
Telefon: {{ $ItemData->billing_phone }}
E-Mail-ID: {{ $ItemData->email }}
{{ $ItemData->billing_street_no }},
{{ $ItemData->billing_postcode }}
{{ $ItemData->billing_location }}
{{ $ItemData->billing_county }}
{{ $ItemData->billing_adress }}
{{ $ItemData->office_name }}
@elseif(!empty($ItemData->office_name) && $ItemData->product_type == 'Verkaufen'){{ $ItemData->office_name }}
@else{{ $ItemData->title_type }}, {{ ucfirst($ItemData->fname.' '. $ItemData->lname) }}
Telefon: {{ $ItemData->delivery_phone }}
E-Mail-ID: {{ $ItemData->email }}
{{ $ItemData->delivery_adress }}
{{ $ItemData->delivery_address }}
{{ $ItemData->delivery_postcode }}
{{ $ItemData->delivery_location }}
{{ $ItemData->delivery_country }}
@php
$ItemData->paid_date;
$today = Carbon\Carbon::now()->format('Y-m-d');
@endphp
Zahlungsstatus: @if(isset($ItemData->paid_date) && $ItemData->paid_date <= $today) Bezahlt @else Unbezahlt @endif
Versandstatus: @if($ItemData->shipping_status) {{ $ItemData->shipping_status }} @else Ausstehend @endif
Bestelldatum: {{ date('m/d/Y h:i A', strtotime($ItemData->created_at)) }}
Produktart: {{ $ItemData->product_type }}
Auftragsnummer: {{ $ItemData->id }}
Bestell-Nr.: {{ $ItemData->payment_method }}
Versand: {{ $ItemData->goldinvest_type }}
@if($ItemData->note )Notiz: {{ $ItemData->note }}
@endif
Bestelldetails
Zwischensumme
{{ config('app.symbol') }}{{ $order->sub_total }}
Rabatt ( {{ $order->coupon_name }})
{{ $order->coupon_value }}
Versandkosten
{{ config('app.symbol') }}{{ $order->collection_goldinvest }}