index.blade.php 257 B

123456789101112131415161718192021
  1. @extends('admin.layout')
  2. <style type="text/css">
  3. </style>
  4. @section('header')
  5. @endsection
  6. @section('content')
  7. <div id="sg-main-container-sg">
  8. </div>
  9. @endsection
  10. @section('footer')
  11. <script type="text/javascript">
  12. $(function () {
  13. })
  14. </script>
  15. @endsection