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