@extends('layouts.master')
@section('title', 'Metrica - Admin & Dashboard Template')
@section('headerStyle')
@stop
@section('content')
@component('common-components.breadcrumb')
@slot('title') Treeview @endslot
@slot('item1') Metrica @endslot
@slot('item2') Pages @endslot
@endcomponent
- Root node 1
- Child node 1
- Child node 2
- Child node 3
- Child node 3
- Child node 1
- Child node 2
- Child node 1
- Child node 2
- Child node 3
- Child node 4
- Root node 2
- Root node 1
- Child node 1
- Child node 2
- Child node 3
- Child node 1
- Child node 2
- Root node 2
@stop
@section('footerScript')
@stop