@foreach($supplier_category_list as $supplier_category)
@php
$spacer ="";
$path = array();
$path = explode('/',$supplier_category->path);
foreach ($path as $node){
$spacer .="-";
}
$spacer = substr($spacer,0,-1);
@endphp
@endforeach
@push('scripts')
@endpush