@extends('layouts.app') @section('title', trans('menu.decision_tree_title')) @section('page-styles') @stop @section('content')
@include('decisiontree::categories.list')
@stop @section('footer-script') @stop