meta.blade.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!-- Place favicon.ico in the root directory -->
  2. <meta name="description" content="TEXT-160, bulk sms" />
  3. <meta name="keywords" content="TEXT-160, bulk sms" />
  4. <meta name="author" content="" />
  5. <meta name="MobileOptimized" content="320" />
  6. <link href="{{ csset('/themes/eyerecord/pro/resources/css/icomoon/styles.min.css') }}" rel="stylesheet" type="text/css">
  7. <!-- Animation Css -->
  8. <link href="{{ csset('/themes/eyerecord/pro/resources/css/animate.css') }}" rel="stylesheet">
  9. <link href="{{ csset('/themes/eyerecord/pro/resources/css/bootstrap.min.css') }}" rel="stylesheet">
  10. <!-- font-awesome -->
  11. <link href="{{ csset('/themes/eyerecord/pro/resources/css/font-awesome.css') }}" rel="stylesheet">
  12. <!-- Web Fonts -->
  13. <link href="{{ csset('/themes/eyerecord/pro/resources/css/fonts.css') }}" rel="stylesheet">
  14. <link href="{{ csset('/themes/eyerecord/pro/resources/css/reset.css') }}" rel="stylesheet">
  15. <!-- Flaticon Css -->
  16. <link href="{{ csset('/themes/eyerecord/pro/resources/css/flaticon.css') }}" rel="stylesheet">
  17. <!-- Owl Carousel -->
  18. <link href="{{ csset('/themes/eyerecord/pro/resources/css/testimonial.css') }}" rel="stylesheet">
  19. <link href="{{ csset('/themes/eyerecord/pro/resources/css/owl.theme.default.css') }}" rel="stylesheet">
  20. <link href="{{ csset('/themes/eyerecord/pro/resources/css/owl.carousel.css') }}" rel="stylesheet">
  21. <!-- Style CSS -->
  22. <link href="{{ csset('/themes/eyerecord/pro/resources/js/plugins/bootstrap/bootstrap.min.css') }}" rel="stylesheet">
  23. <link href="{{ csset('/themes/eyerecord/pro/resources/css/style.css') }}" rel="stylesheet">
  24. <link href="{{ csset('/themes/eyerecord/pro/resources/css/responsive.css') }}" rel="stylesheet">
  25. <link href="{{ csset('/themes/eyerecord/pro/resources/css/nice-select.css') }}" rel="stylesheet">
  26. <link href="{{ csset('/themes/eyerecord/pro/resources/css/common.css') }}" rel="stylesheet">
  27. <link href="{{ csset('/themes/eyerecord/pro/resources/css/product-details.css') }}" rel="stylesheet">
  28. <link href="{{ csset('/themes/eyerecord/pro/resources/js/plugins/slickslider/slick.min.css') }}" rel="stylesheet">
  29. <script src="{{ csset('/themes/eyerecord/pro/resources/js/plugins/notifications/sweet_alert.min.js') }}"></script>
  30. <!-- laravel webpack -->
  31. <link href="{{ csset('/css/app.css') }}" rel="stylesheet" type="text/css">
  32. <!-- laravel webpack -->