HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/carrotps/carrotps.com/resources/views/shop/pages/categories/index.blade.php
@extends('site.master')

@section('title', $page->translation->meta_title != '' ? $page->translation->meta_title : $page->translation->name .' | '. config('site.company_name'))
@section('meta_description', $page->translation->meta_description)

@section('content')
    <section class="content">
        <div class="categoryGrid">
            {{--@foreach($categoryTree[0]->getChildren() as $key=>$catItem)--}}
                {{--<li {{$key == 0 ? 'class=active' : ''}}>--}}
                    {{--<div class="imgHolder" style="display: block;--}}
                    {{--@if(count($catItem->node->images) > 0)--}}
                            {{--background-image: url('{{$catItem->node->images[0]->medium_image_url}}');--}}
                    {{--@else--}}
                            {{--background-color: #eeeeee;--}}
                    {{--@endif--}}
                            {{--width: 100px; height: 100px;"></div>--}}
                    {{--<span class="{{$catItem->node->code_name}}"></span><h4>{{$catItem->node->translation->name}}</h4>--}}
                {{--</li>--}}
            {{--@endforeach--}}
        </div>
    </section>
@endsection