@extends('layouts.SellerMasterLayout') @yield('sessions') @section('content')
| # | Picture | Product | Last Mofified | Current Stock | {{--Total Sold | --}}Add 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()!!} |