PATH:
home
/
lab2454c
/
costbloc.com
/
resources
/
views
/
admin
/
layouts
/
includes
@if (count($child_category->categories->where('status', 'Active'))) <li class="-hasSubmenu category-list categorySearchDiv-{{ $catId-1 }}" id="list-{{ $child_category->id }}" data-catId = "{{ $child_category->id }}" data-name = "{{ $child_category->name }}"><a href="javascript:void(0)">{{ wrapIt($child_category->name, 20, ['columns' => 3, 'trim' => true, 'trimLength' => 25]) }}</a> <ul> <div class="input-group p-2"> <input class="form-control {{ languageDirection() == 'ltr' ? 'border-end-0' : 'border-start-0' }} border m-border input-height category-search" type="search" placeholder="{{ __('Search') }}" data-seId = "{{ $catId }}"> <span class="input-group-append input-height"> <button class="btn text-secondary bg-white {{ languageDirection() == 'ltr' ? ' border-start-0 rounded-end' : 'border-end-0 rounded-start' }} border ms-n5 input-height" type="button"> <div class="icon-height"> <i class="fa fa-search"></i> </div> </button> </span> </div> <div class="custom-overflow" id="categorySearchDiv-{{ $catId++ }}"> @foreach ($child_category->categories->where('status', 'Active') as $childCategory) @include('../admin/layouts.includes.child_category', ['child_category' => $childCategory, 'catId' => $catId]) @endforeach </div> </ul> </li> @else <li class="category-list clicked categorySearchDiv-{{ $catId-1 }}" id="list-{{ $child_category->id }}" data-catId = "{{ $child_category->id }}" data-name = "{{ $child_category->name }}"><a href="javascript:void(0)">{{ wrapIt($child_category->name, 20, ['columns' => 3, 'trim' => true, 'trimLength' => 25]) }}</a></li> @endif
[-] finance_menu.blade.php
[edit]
[-] order_settings_menu.blade.php
[edit]
[-] list-title.blade.php
[edit]
[-] header.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] child_category.blade.php
[edit]
[-] yajra-data-table.blade.php
[edit]
[-] footer.blade.php
[edit]
[-] csv_import_errors.blade.php
[edit]
[-] email_settings_menu.blade.php
[edit]
[-] user_menu.blade.php
[edit]
[-] batch-delete-modal.blade.php
[edit]
[-] delete-modal.blade.php
[edit]
[-] notifications.blade.php
[edit]
[-] meta.blade.php
[edit]
[-] general_settings_menu.blade.php
[edit]
[-] account_settings_menu.blade.php
[edit]