PHP Classes

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

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   resources/views/backend/partials/styles.blade.php   Download  
File: resources/views/backend/partials/styles.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 671 bytes
 

Contents

Class file image Download
<!-- Font Awesome icons -->
<link rel="stylesheet" href="{{ asset('css/font-awesome/css/all.min.css') }}">

<link
    href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
    rel="stylesheet">

<!-- Custom styles for this template-->
<link href="{{ asset('backend/css/sb-admin-2.min.css') }}" rel="stylesheet">

{{-- Datatable CSS --}}
<link href="{{ asset('vendors/data-table/datatables.min.css') }}" rel="stylesheet">
<link href="{{ asset('vendors/data-table/dataTables.bootstrap4.min.css') }}" rel="stylesheet">

{{-- Custom styles --}}
<link href="{{ asset('backend/css/main.css') }}" rel="stylesheet">