lundi 1 août 2016

Undefined variable in view when pulling specific data

It says undefined variable when I try to pull variable through compact

this is my controller

public function show()
{
    $list = List::find(1)->task();
    return view('configuration.configuration', compact($list));
}

this is my view

@foreach($list as $value)

           <span> </span>

@endforeach



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire