Guest User

Untitled

a guest
Dec 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $lists = array(["name" => "Cerchas", "status" => "1"],
  2. ["name" => "Ventanas", "status" => "2"]
  3. );
  4. return view('batch.index', compact($lists));
  5.  
  6. @foreach ($lists as $list)
  7. {{$list->status}}
  8. @endforeach
Add Comment
Please, Sign In to add comment