@extends('layouts.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->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)) }}
IP Adresse: {{ $ItemData->client_ip }}
Produktart: {{ $ItemData->product_type }}
Auftragsnummer: {{ $ItemData->id }}
Bestell-Nr.: {{ $ItemData->payment_method }}
Versand: {{ $ItemData->goldinvest_type }}
@endif
Bestelldetails
Zwischensumme
{{ config('app.symbol') }}{{ $order->sub_total }}
Rabatt ( {{ $order->coupon_name }})
{{ $order->coupon_value }}
GST 18%
843
Versandkosten
{{ config('app.symbol') }}{{ $order->collection_goldinvest }}