Jenderal92

Untitled

Jul 23rd, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Laravel 5.6 CRUD example with MongoDB</title>
  8. <link href="{{asset('css/app.css')}}" rel="stylesheet">
  9. </head>
  10. <body>
  11.  
  12. <div class="container">
  13. @yield('content')
  14. </div>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment