@extends('layouts.master-components') @section('title', 'Tree View') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header') @include('layouts/component-menu-list') HTML Demo @endsection @section('scripts') @endsection