@extends('layouts.front-end.app') @section('title', $category->name) @push('css_or_js') @endpush @section('content') @php($decimalPointSettings = !empty(getWebConfig(name: 'decimal_point_settings')) ? getWebConfig(name: 'decimal_point_settings') : 0)
@foreach($category->categoryBanners as $banner)
@if($banner->url != null) @else @endif
@endforeach
@if($category->collections->count() > 0) @foreach($category->collections as $collection)

{{$collection->name}}

@if($collection->image != null)
@endif
@endforeach @endif

{{translate('Shop_The_Best_Brands')}}

@foreach($category->childes as $child) @if($child->childes->count() > 0)
@foreach($child->childes as $sub_child) {{$sub_child['name']}}

{{$sub_child['name']}}

@endforeach
@foreach($child->categoryBanners as $child_banner)
@if($child_banner->url != null) @else @endif
@endforeach
@if($child->collections->count() > 0) @foreach($child->collections as $collection)

{{$collection->name}}

@if($collection->image != null)
@endif
@endforeach @endif
@endif @endforeach
@endsection @push('script') {{-- --}} @endpush