Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <body class="{{ $body_class }}">
  2.  
  3. return view('whatever', [
  4. 'body_class' => 'bg-blue'
  5. ]);
  6.  
  7. .bg-blue { background-color: blue }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement