@extends('tree.app')
@section('styles')
@endsection
@section('content')
@include('content::category.tree.navbar')
@if (!empty($data))
@endif
@endsection
@section('scripts')
{{ module_vite('build-content', 'resources/assets/js/category.js') }}
@endsection