@extends('layouts.app') @section('page-title', 'Master Configurations') @section('breadcrumb') @endsection @section('body')

Orders

{{--
@csrf

OR

--}}
@csrf
{{--

Contact Info & Bio

--}}
@foreach (\App\Models\Ebayaccount::all() as $account)
@php if (in_array($account->display_name, $ch)) { $cv = 'checked'; } 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($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 }}
Warning: Undefined variable $order in D:\xampp\htdocs\ebaymotors_order\resources\views\order\vieworders.blade - Copy.php on line 152

Warning: Attempt to read property "sale_date" on null in D:\xampp\htdocs\ebaymotors_order\resources\views\order\vieworders.blade - Copy.php on line 152
$ {{ $order->item_amount }} {{ $order->display_name }}
@endif
@csrf
@foreach (\App\Models\Ebayaccount::all() as $account)
@php if (in_array($account->display_name, $ch)) { $cv = 'checked'; } 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($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 }}
Warning: Undefined variable $order in D:\xampp\htdocs\ebaymotors_order\resources\views\order\vieworders.blade - Copy.php on line 262

Warning: Attempt to read property "sale_date" on null in D:\xampp\htdocs\ebaymotors_order\resources\views\order\vieworders.blade - Copy.php on line 262
$ {{ $order->item_amount }} {{ $order->display_name }}
@endif
@if($logs)
@php $x=1; @endphp @foreach ($logs as $order) @php $x++; @endphp @endforeach
OrderID status message Date chennel
{{$x}} {{ $order->order_id }} {{ $order->action }} {{ $order->any_message }} {{ $order->updated_at }} {{ $order->display_name }}
@endif
@endsection @push('js') {{-- --}} {{-- --}} {{-- --}} @endpush