PHP Classes

File: views/home/fixed_sidebar.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   views/home/fixed_sidebar.blade.php   Download  
File: views/home/fixed_sidebar.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 768 bytes
 

Contents

Class file image Download
@extends('_shared.master')
@section('css')
    <!-- jQuery custom content scroller -->
    <link href="vendors/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css" rel="stylesheet"/>

@endsection
@section('title',$title)
@section('content')

        <div class="right_col" role="main">
          <div class="">
            <div class="page-title">
              <div class="title_left">
                <h3>Fixed Sidebar <small> Just add class <strong>menu_fixed</strong></small></h3>
              </div>
            </div>
          </div>
        </div>
       


@endsection
@section('js')
    <!-- jQuery custom content scroller -->
    <script src="vendors/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>

@endsection