mercredi 25 octobre 2017

Undefined property: stdClass::$item

i'm using laravel 5.5,i got this error when i retrieve data from table.please help to solve this.


this is view code

<select name="item" id="" class="form-control">
                            @foreach($item as $itemlist)
                                <option value=""></option>
                            @endforeach
                        </select>

this is controller

 public function create(){
            $item=DB::table('item')->get();

                return view('welcome')->with('item',$item);
            }

this is route

Route::get('/',['uses'=>'makeOrderController@create']);



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2yKlZo0
via IFTTT

Aucun commentaire:

Enregistrer un commentaire