@extends('layouts.app') @push('css') @endpush @section('content') @include('includes.bread_crumb_with_header', [ 'header' => 'Orders', 'bread_crumbs' => ['Home' => "","dispatched"=>""], ]) {{-- {{dd($orders)}} --}}
@csrf
@if(\Request::is('admin/orders/dispatch/search')) @else @endif
{{--
--}}
{{-- @if ($orders->count() > 0) --}} {{-- {{-- --}} {{-- --}} @foreach ($orders as $order) {{-- {{-- --}} --}} @endforeach
Order Number Customer Name Qty Sold for TotalDate soldCountry Code ZipCode Tracking Number LabelActions
{{ $order->ebay_order_id }} {{ substr($order->name, 0, 50) }} {{ $order->total_quantity }} {{ $order->name }}
({{ $order->email }})
{{ $order->total_amount }}$100{{ $order->country_id }} {{ $order->zipcode }} AA123456789GB Dowload Label {{-- Actions
{{ $orders->links() }} {{-- @else

No orders found

@endif --}}
@endsection @push('script') @endpush