9 lines
392 B
PHP
9 lines
392 B
PHP
<script src="<?= frontend('vendor/jquery/jquery.min.js') ?>"></script>
|
|
<script src="<?= frontend('vendor/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
|
<script src="<?= frontend('vendor/jquery-easing/jquery.easing.min.js') ?>"></script>
|
|
<script src="<?= frontend('js/sb-admin-2.min.js') ?>"></script>
|
|
<?= swal_response() ?>
|
|
@stack('scripts')
|
|
</body>
|
|
</html>
|