Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $a = '33';
  3. ?>
  4. @extends('layouts.layout')
  5. @section('body')
  6. <?php
  7. echo $b;
  8. ?>
  9.  
  10. <?php
  11. echo $a;
  12. $b = "hi";
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement