PHP Classes

File: src/resources/views/elements/assets/core/css.blade.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   src/resources/views/elements/assets/core/css.blade.php   Download  
File: src/resources/views/elements/assets/core/css.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Material Dashboard Pro
Integrate the Material Dashboard Pro in Laravel
Author: By
Last change:
Date: 4 months ago
Size: 439 bytes
 

Contents

Class file image Download
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css"
      href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">

<!-- Core Style -->
<link href="/assets/mdp/css/material-dashboard.css?v=2.2.2" rel="stylesheet"/>

@stack('mdp::layout_css')
@yield('mdp::css')