import.blade.php 413 B

123456789101112
  1. <link rel="stylesheet" href="{{ asset('frontend/css/bootstrap.css') }}">
  2. <link rel="stylesheet" href="{{ asset('frontend/css/fonts.css') }}">
  3. <link rel="stylesheet" href="{{ asset('frontend/css/style.css') }}">
  4. <link rel="stylesheet" href="{{ asset('frontend/css/bootstrap.css') }}">
  5. <script src="{{ asset('frontend/js/core.min.js') }}"></script>
  6. <script src="{{ asset('frontend/js/script.js') }}"></script>