PHP Classes

File: views/home/level2.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   views/home/level2.blade.php   Download  
File: views/home/level2.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: 463 bytes
 

Contents

Class file image Download
@extends('_shared.master')
@section('css')

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

        <div class="right_col" role="main">
          <div class="">
            <div class="page-title">
              <div class="title_left">
                <h3>Multilevel Menu <small> Page to demonstrate multilevel menu</small></h3>
              </div>
            </div>
          </div>
        </div>
       


@endsection
@section('js')

@endsection