PHP Classes

File: resources/views/backend/layouts/partials/styles.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Laravel Roles and Permissions   resources/views/backend/layouts/partials/styles.blade.php   Download  
File: resources/views/backend/layouts/partials/styles.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Roles and Permissions
Manage application users' roles and permissions
Author: By
Last change:
Date: 1 year ago
Size: 1,189 bytes
 

Contents

Class file image Download
<link rel="shortcut icon" type="image/png" href="{{ asset('backend/assets/images/icon/favicon.ico') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/font-awesome.min.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/themify-icons.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/metisMenu.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/owl.carousel.min.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/slicknav.min.css') }}">
<!-- amchart css -->
<link rel="stylesheet" href="https://www.amcharts.com/lib/3/plugins/export/export.css" type="text/css" media="all" />
<!-- others css -->
<link rel="stylesheet" href="{{ asset('backend/assets/css/typography.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/default-css.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/styles.css') }}">
<link rel="stylesheet" href="{{ asset('backend/assets/css/responsive.css') }}">
<!-- modernizr css -->
<script src="{{ asset('backend/assets/js/vendor/modernizr-2.8.3.min.js') }}"></script>