Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @extends('layouts.app')
  2.  
  3. @section('content')
  4. <div id="app">
  5. <example></example>
  6. </div>
  7. @endsection
  8.  
  9.  
  10.  
  11.  
  12. <script type="text/javascript" src="{{asset('js/app.js')}}"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement