-
@if($gs->is_currency == 1)
-
-
- @if(Auth::check()) @if(Auth::guard('web')->user()->is_vendor == 2) {{ $langg->lang220 }} @else {{ $langg->lang220 }} @endif @else
- {{ $langg->lang220 }} @endif @endif
{{ $langg->lang14 }}
-
@php
$i=1;
@endphp
@foreach($categories as $category)
@if($i == 20)
@break
@endif
@if($i == 15)
- {{ $langg->lang15 }} {{ $langg->lang16 }} @endif
-
@if(count($category->subs) > 0)
{{ $category->name }} @if(count($category->subs) > 0) @endif@else
{{ $category->name }} @endif @if(count($category->subs) > 0) @php $ck = 0; foreach($category->subs as $subcat) { if(count($subcat->childs) > 0) { $ck = 1; break; } } @endphp
-
@foreach($category->subs as $subcat)
-
{{$subcat->name}}
@if(count($subcat->childs) > 0)
-
@foreach($subcat->childs as $childcat)
- {{$childcat->name}} @endforeach
@endforeach
@php
$i++;
@endphp
@endforeach
-
{{$subcat->name}}
@if(count($subcat->childs) > 0)