12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!-- Place favicon.ico in the root directory -->
- <meta name="description" content="TEXT-160, bulk sms" />
- <meta name="keywords" content="TEXT-160, bulk sms" />
- <meta name="author" content="" />
- <meta name="MobileOptimized" content="320" />
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/icomoon/styles.min.css') }}" rel="stylesheet" type="text/css">
- <!-- Animation Css -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/animate.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/bootstrap.min.css') }}" rel="stylesheet">
- <!-- font-awesome -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/font-awesome.css') }}" rel="stylesheet">
- <!-- Web Fonts -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/fonts.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/reset.css') }}" rel="stylesheet">
- <!-- Flaticon Css -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/flaticon.css') }}" rel="stylesheet">
- <!-- Owl Carousel -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/testimonial.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/owl.theme.default.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/owl.carousel.css') }}" rel="stylesheet">
- <!-- Style CSS -->
- <link href="{{ csset('/themes/eyerecord/pro/resources/js/plugins/bootstrap/bootstrap.min.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/style.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/responsive.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/nice-select.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/common.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/css/product-details.css') }}" rel="stylesheet">
- <link href="{{ csset('/themes/eyerecord/pro/resources/js/plugins/slickslider/slick.min.css') }}" rel="stylesheet">
- <script src="{{ csset('/themes/eyerecord/pro/resources/js/plugins/notifications/sweet_alert.min.js') }}"></script>
- <!-- laravel webpack -->
- <link href="{{ csset('/css/app.css') }}" rel="stylesheet" type="text/css">
- <!-- laravel webpack -->
|