@extends('layouts.app') @section('page-title', 'Orders') @section('breadcrumb') @endsection @section('body') @php $date =date("Y-m-d-h-i-s"); @endphp

Orders

@csrf
{{--

Contact Info & Bio

--}}
@foreach (\App\Models\Ebayaccount::all() as $account)
@php if (isset($ch)) { if (in_array($account->display_name, $ch)) { $cv = 'checked'; } else { $cv = ''; } } else { $cv = ''; } $coun = \App\Models\Orders::join('ebayaccounts', 'ebayaccounts.id', '=', 'orders.ebayaccounts_id') ->where('orders.status', 0) ->where('ebayaccounts.display_name', $account->display_name) ->count(); @endphp
@endforeach
@if (isset($orders))
@csrf
{{-- --}} @php $x=1; @endphp @foreach ($orders as $order) {{-- --}} @php $x++; @endphp @endforeach
OrderIDReord No Customer Products Date Amount chennel
{{ $x }} {{ $order->order_id }} {{ $order->sales_record_number }} {{ $order->buyer_name }} {{ $order->sku }} $ {{ $order->item_amount }} {{ $order->display_name }}
@endif
@csrf
@foreach (\App\Models\Ebayaccount::all() as $account)
@php if (isset($ch)) { if (in_array($account->display_name, $ch)) { $cv = 'checked'; } else { $cv = ''; } } else { $cv = ''; } $coun = \App\Models\Orders::join('ebayaccounts', 'ebayaccounts.id', '=', 'orders.ebayaccounts_id') ->where('orders.status', 1) ->where('ebayaccounts.display_name', $account->display_name) ->count(); @endphp
@endforeach
@if (isset($markorders))
@csrf
{{-- --}} @php $x = 1; @endphp @foreach ($markorders as $order) {{-- --}} @php $x++; @endphp @endforeach
OrderIDReordNo Customer Products Date Amount chennel
{{ $x }} {{ $order->order_id }} {{ $order->sales_record_number }} {{ $order->buyer_name }} {{ $order->sku }} $ {{ $order->item_amount }} {{ $order->display_name }}
@endif
@php $x = 1; $orders = []; if (isset($logs)) { $orders = $logs; } @endphp @foreach ($orders as $order) @php $x++; @endphp @endforeach
Reord No status message Date chennel
{{ $x }} {{ $order->sales_record_number }} {{ $order->action }}
{{ substr($order->any_message, 0, 20) }}
{{ $order->any_message }}
{{ $order->updated_at }} {{ $order->display_name }}
@php $x = 1; $orders = []; if (isset($downloadfiles)) { $orders = $downloadfiles; } @endphp @foreach ($orders as $downloadfile) @php $x++; @endphp @endforeach
Files
{{ $x }} {{ $downloadfile->filename }}
{{-- --}} {{-- --}} @php $x = 1; $orders = []; if (isset($cancelorders)) { $orders = $cancelorders; } @endphp @foreach ($orders as $order) {{-- --}} {{-- --}} @php $x++; @endphp @endforeach @endsection @push('js') {{-- --}} {{-- --}} {{-- --}} @endpush
OrderIDReordNo Customer Products Date Amount chennel
{{ $x }}{{ $order->order_id }} {{ $order->sales_record_number }} {{ $order->buyer_name }} {{ $order->sku }} $ {{ $order->item_amount }} {{ $order->display_name }}