PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
views
/
forms
/
partials
<ul class="{{ $className ?? '' }}"> @foreach ($categories->where('parent_id', $parent_id ?? 0) as $category) @php $totalChildren = $categories->where('parent_id', $category->id)->count() @endphp <li class="folder-root open" data-id="{{ $category->id }}"> <a href="{{ $canEdit && $editRoute ? route($editRoute, $category->id) : '' }}" class="fetch-data category-name"> @if ($totalChildren) <i class="far fa-folder"></i> @else <i class="far fa-file"></i> @endif <span>{{ $category->name }}</span> @if ($category->badge_with_count) {!! $category->badge_with_count !!} @endif </a> @if ($category->url) <a href="{{ $category->url }}" target="_blank" class="text-info" data-toggle="tooltip" data-original-title="{{ trans('core/base::forms.view_new_tab') }}"> <i class="fas fa-external-link-alt"></i> </a> @endif @if ($canDelete) <a href="#" class="btn btn-icon btn-danger deleteDialog" data-section="{{ route($deleteRoute, $category->id) }}" role="button" data-toggle="tooltip" data-original-title="{{ trans('core/table::table.delete') }}"> <i class="fa fa-trash"></i> </a> @endif @if ($totalChildren) <i class="far fa-minus-square file-opener-i"></i> @include('core/base::forms.partials.tree-category', ['parent_id' => $category->id, 'className' => '']) @endif </li> @endforeach </ul>
[-] error.blade.php
[edit]
[-] tree-category.blade.php
[edit]
[-] custom-select.blade.php
[edit]
[-] form-actions.blade.php
[edit]
[+]
..
[-] tree-categories.blade.php
[edit]
[-] google-fonts.blade.php
[edit]
[-] repeater.blade.php
[edit]
[-] file.blade.php
[edit]
[-] meta-box.blade.php
[edit]
[-] editor.blade.php
[edit]
[-] images.blade.php
[edit]
[-] helper.blade.php
[edit]
[-] toolbox.blade.php
[edit]
[-] image.blade.php
[edit]
[-] autocomplete.blade.php
[edit]
[-] custom-checkbox.blade.php
[edit]
[-] tinymce.blade.php
[edit]
[-] modal.blade.php
[edit]
[-] on-off.blade.php
[edit]
[-] image-box.blade.php
[edit]
[-] custom-radio.blade.php
[edit]
[-] errors.blade.php
[edit]
[-] status.blade.php
[edit]
[-] ckeditor.blade.php
[edit]
[-] color.blade.php
[edit]
[-] help-block.blade.php
[edit]