@extends('layouts.SellerMasterLayout') @yield('sessions') @section('content')
View Moving Report

@foreach ($itemtable as $item) {{-- ->select('items.name','orders.subtotal', 'orders.qty', 'orders.ready_time', 'orders.confirm_time', 'orders.status', 'orders.invoice_date', 'orders.order_id') --}} @endforeach
Order No Item Name Qty Confirm Time Ready Time Time Elapsed
{{$item->order_id}} {{$item->name}} {{$item->qty}} {{$item->confirm_time}} {{$item->ready_time}} 00:0:0
@section('scripts') @endsection @endsection