se me olvido poner el js en la template base

This commit is contained in:
Daniel Cortés
2019-10-14 09:43:07 -03:00
parent 5216654ad1
commit a98fa27d78

View File

@@ -36,6 +36,6 @@
@yield('content') @yield('content')
</div> </div>
<script src=""></script> <script src="{{ asset('js/app.js') }}"></script>
</body> </body>
</html> </html>