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

Orders

@csrf
{{--

Contact Info & Bio

--}}
@foreach (\App\Models\Ebayaccount::all() as $account)
@endforeach
@foreach ($orders as $order) @endforeach
OrderID# Customer Name Products Date Amount chennel
{{$order->order_id}} {{$order->customer_name}} {{$order->item_title}} {{$order->order_date}} $ {{$order->item_amount}} {{$order->display_name}}
@csrf
{{--

Contact Info & Bio

--}}
{{-- --}}
@foreach (\App\Models\Ebayaccount::all() as $account)
@endforeach
@foreach ($markorders as $order) @endforeach
OrderID# Customer Name Products Date Amount chennel
{{$order->order_id}} {{$order->customer_name}} {{$order->item_title}} {{$order->order_date}} $ {{$order->item_amount}} {{$order->display_name}}
@csrf
{{--

Contact Info & Bio

--}}
{{-- --}}
@foreach (\App\Models\Ebayaccount::all() as $account)
@endforeach
@foreach ($downloadorders as $order) @endforeach
OrderID# Customer Name Products Date Amount chennel
{{$order->order_id}} {{$order->customer_name}} {{$order->item_title}} {{$order->order_date}} $ {{$order->item_amount}} {{$order->display_name}}
@endsection @push('js') @endpush