Sindbad~EG File Manager
@php
$value = null;
for ($i=0; $i < $child_category->level; $i++){
$value .= '--';
}
@endphp
<option class="hov-text-white" value="{{ $child_category->id }}">{{ $value." ".$child_category->getTranslation('name') }}</option>
@if ($child_category->categories)
@foreach ($child_category->categories as $childCategory)
@include('categories.child_category', ['child_category' => $childCategory])
@endforeach
@endif
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists