@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 }} $ {{ $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 }} $ {{ $order->item_amount }} {{ $order->display_name }}
@endif
@if($logs)
@php $x=1; @endphp @foreach ($logs 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 }}
@endif
@php $x=1; @endphp @foreach ($downloadfiles as $downloadfile) @php $x++; @endphp @endforeach
Files
{{$x}} {{ $downloadfile->filename }}
{{-- --}} {{-- --}} @php $x=1; @endphp @foreach ($cancelorders 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 }}