@extends('admin.layouts.index') @section('content') {!! csrf_field() !!} Vissza Mentés {{ $order->custom_id }} A megrendelés feladási ideje {{ Carbon::parse($order->created_at)->format('Y.m.d H:i') }} @if($order->user) , a következő felhasználótól {{ $order->user->name }} . @endif Státusz status == 0) selected @endif> Függőben status == 1) selected @endif> Teljesített status == 2) selected @endif> Beszerzés alatt status == 3) selected @endif> Bankszámla adatok küldése status == 9) selected @endif> Törölt A megrendelés státusza. Fizetési mód Szállítási mód Általános adatok Számlázási adatok {{ $order->billing_name }} {{ $order->billing_zip_code }} {{ $order->billing_city }} , {{ $order->billing_address }} {{ $order->billing_country }} @if($order->billing_tax) {{ $order->billing_tax }} @endif Email cím: {{ $order->email }} Telefonszám: {{ $order->phone }} Szállítási adatok @if($order->carrier->id== 1) {{ $order->carrier->title }} @elseif($order->carrier->id== 2) Pick Pack Pont cím{{ $order->ppp_address }} @else {{ $order->name }} {{ $order->zip_code }} {{ $order->city }} , {{ $order->address }} {{ $order->country }} @endif @if($order->comment) Megjegyzés {{ $order->comment }} @endif Termék Mennyiség Egységár Ár @foreach($order->products as $p) @if($p->product->image) @else @endif {{ $p->product->title }} {{ $p->product->sku }} {{ $p->quantity }} db {{ number_format($p->price, 0) }} HUF {{ number_format(round($p->price) * $p->quantity, 0) }} HUF @endforeach Szállítási feltétel ({{ $order->carrier->title }}) {{ $order->carrier_price }} HUF Összesen {{ number_format($order->total_price, 0) }} HUF Rendelés története A rendelés {{ Carbon::parse($order->created_at)->format('Y.m.d H:i') }} perckor beérkezett @if($order->user) {{ $order->user->name }} felhasználótól. @endif A szállítási mód {{ $order->carrier->title }}. {{ Carbon::parse($order->created_at)->format('Y.m.d') }} a termékek átvételének időpontja. A fizetés módja @if($order->payment_type == '1') Bankkártyás fizetés @elseif($order->payment_type == '2') Fizetés átvételkor @elseif($order->payment_type == '3') Átutalás @endif. @if($order->status == 1) A megrendelés sikeresen teljesült! @elseif($order->status == 9) A megrendelés törlésre került! @endif @stop @section('custom-css') @stop @section('custom-js') @stop
A megrendelés státusza.
{{ $order->billing_name }} {{ $order->billing_zip_code }} {{ $order->billing_city }} , {{ $order->billing_address }} {{ $order->billing_country }} @if($order->billing_tax) {{ $order->billing_tax }} @endif
Email cím: {{ $order->email }}
Telefonszám: {{ $order->phone }}
{{ $order->carrier->title }}
Pick Pack Pont cím{{ $order->ppp_address }}
{{ $order->name }} {{ $order->zip_code }} {{ $order->city }} , {{ $order->address }} {{ $order->country }}
{{ $order->comment }}
{{ $p->product->sku }}
{{ Carbon::parse($order->created_at)->format('Y.m.d H:i') }}
{{ Carbon::parse($order->created_at)->format('Y.m.d') }}
Bankkártyás fizetés
Fizetés átvételkor
Átutalás