@extends('admin.layouts.index') @section('content')

Adminisztráció

Online tartalomkezelő rendszer a webes alkalmazásokhoz, kreatív tartalmakhoz.

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{--{{ number_format(round($counters['thisMonthOrderPrice']), 0) }} --}} {{----}} {{--HUF --}} {{-- +20%--}} {{----}} {{--

--}} {{--
Aktuális havi rendelés
--}} {{--
{{ $counters['thisMonthOrder'] }} darab
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{--{{ number_format(round($counters['lastMonthOrderPrice']), 0) }} HUF--}} {{--

--}} {{--
Elöző havi rendelés
--}} {{--
{{ $counters['lastMonthOrder'] }} darab
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{--{{ number_format(round($counters['thisYearOrderPrice']), 0) }} --}} {{--HUF--}} {{--

--}} {{--
Összes rendelés
--}} {{--
{{ $counters['thisYearOrder'] }} darab
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{--{{ number_format(round($counters['lastYearOrderPrice']), 0) }} --}} {{--HUF--}} {{--

--}} {{--
Elöző évi összes rendelés
--}} {{--
{{ $counters['lastYearOrder'] }} darab
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Forgalmi statisztika (forintban)

--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Legutóbbi megrendelések

--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach($orders as $order)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
IDStátuszRendelés számaMegrendelő adataiÖsszesenRendelés idejeMűveletek
{{ $order->id }}{{ $order->custom_id }}--}} {{--@if($order->status == 0)--}} {{----}} {{--@elseif($order->status == 1)--}} {{----}} {{--@elseif($order->status == 2)--}} {{----}} {{--@elseif($order->status == 3)--}} {{----}} {{--@elseif($order->status == 9)--}} {{----}} {{--@endif--}} {{----}} {{--{{ $order->custom_id }}--}} {{----}} {{--{{ $order->billing_name }}
--}} {{--@if($order->business_name)--}} {{--{{ $order->business_name }} ({{ $order->tax }})
--}} {{--@endif--}} {{--{{ $order->billing_zip_code }} {{ $order->billing_city }}, {{ $order->billing_address }}--}} {{--
--}} {{----}} {{--@foreach($order->products as $p)--}} {{--price * $p->quantity;--}} {{--?>--}} {{--@endforeach--}} {{--{{ number_format(round($price), 0) }} HUF--}} {{----}} {{--{{ Carbon::parse($order->created_at)->format('Y.m.d') }}
{{ Carbon::parse($order->created_at)->format('H:i') }}
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@stop @section('custom-css') @stop @section('custom-js') {{----}} @stop