PHP Classes

File: resources/views/frontend/layouts/partials/scripts.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   resources/views/frontend/layouts/partials/scripts.blade.php   Download  
File: resources/views/frontend/layouts/partials/scripts.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 321 bytes
 

Contents

Class file image Download
<!-- Plugins JS File -->
<script src="{{ asset('public/assets/common/vendor/jquery/jquery.min.js') }}"></script>
<script src="{{ asset('public/assets/common/vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>

<!-- Main JS File -->
<script src="{{ asset('public/assets/frontend/js/frontend-main.js') }}"></script>