@extends('layouts.SellerMasterLayout') @yield('sessions') @section('content')
Update Sock
{{-- --}} @foreach($items as $item) {{-- --}} @endforeach
# Picture Product Last Mofified Current StockTotal SoldAdd QTY
{{$x++}} {{$item->name}} {{DB::table('stocks')->where('item_id',$item->item_id)->first()->updated_at}} {{DB::table('stocks')->where('item_id',$item->item_id)->first()->qty}}{{DB::table('orders')->where('item_id',$item->item_id)->first()->qty}} {!! Form::open(['url' => ['Seller/Stocks/update'], 'method' => 'POST']) !!} {!! Form::close()!!}
@section('scripts') @endsection @endsection