@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 Footer <small> Just add class <strong>footer_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 
 
 |