Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Halaman @yield('title')</title>
  4. </head>
  5. <body>
  6. @yield('content')
  7. </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement