mercredi 1 février 2017

Laravel array result set - Use of undefined constant name

I'm using Laravel 5.2 & returning an array result set to my view by using the following ->

return view('home')->with('devices', $devices)

I've attempted to loop through my array data by using the following in blade ->

@foreach($devices as $device)
     has
    
@endforeach

Using $device[name] throws Use of undefined constant name - assumed 'name'

I've also tried looping through the result like this ->

@foreach($devices as $device)
     has
    
@endforeach



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

Aucun commentaire:

Enregistrer un commentaire