home.blade.php 203 B

123456789101112
  1. @extends('admin.partial.template-full')
  2. @section('section')
  3. </div>
  4. <instances-component />
  5. @endsection
  6. @push('scripts')
  7. <script type="text/javascript">
  8. new Vue({ el: '#panel'});
  9. </script>
  10. @endpush